Ocens2Surv | R Documentation |
Converts an Ocens
object to the simplest Surv
object that works for the types of censoring that are present in the data.
Ocens2Surv(Y)
Y |
an |
a Surv
object
Y <- Ocens(1:3, c(1, Inf, 3))
Ocens2Surv(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.