The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
vsd
is a shim package that allows for appealing and
relevant graphical output for Survival Analysis data sets.
You can install the released version of vsd from CRAN with:
install.packages("vsd")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("cyanzule/vsd") devtools
library(vsd)
#> Loading required package: survival
#> Loading required package: ggplot2
vsd(survfit(Surv(time, status) ~ x, data = aml), .include = c("fit", "haz"), conf.int = T)
#> $fit
#>
#> $hazard
vsd(coxph(Surv(time, status) ~ age + sex, data = lung), .include = c("forest", "res"))
#> $forest
#>
#> $residuals
library(flexsurv)
vsd(flexsurvreg(Surv(rectime, censrec) ~ group, data = bc, dist = "weibull"))$param
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.