Overview
The survSAKK
R package provides the surv.plot()
function, facilitating Kaplan-Meier survival analysis. Designed with user-friendliness and efficiency in mind. Offering a robust tool for analysing survival data. It utilises the functionalites of survival::survfit()
.
Installation
Install the current version of survSAKK
with:
# install.packages("devtools")
devtools::install_github("SAKK-Statistics/survSAKK",
build_vignettes = TRUE,
force = TRUE)