.check_surv | R Documentation |
Check survival output
.check_surv(
time,
time2 = NULL,
event = NULL,
type = c("right", "left", "interval", "interval2")
)
time |
excess time of the event of follow-up time, depending on the value of event |
time2 |
ending excess time of the interval for interval censored data only. |
event |
status indicator, normally 0=alive, 1=dead. Other choices are |
type |
character string specifying the type of censoring. Possible values are " |
a list with transformed inputs or an error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.