Surv | R Documentation |
A wrapper function for survival::Surv
Surv(...)
... |
parameters passed to survival::Surv |
object of class survival::Surv
library(dpasurv)
data(simdata)
survival.obj <- Surv(simdata$start, simdata$stop, simdata$event)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.