surv | R Documentation |
Survival Analysis
surv(data, event, eventLevel, elapsed, groups, ci = FALSE, cens = TRUE)
data |
. |
event |
. |
eventLevel |
. |
elapsed |
. |
groups |
. |
ci |
. |
cens |
. |
A results object containing:
results$summary | a table | ||||
results$tests | a table | ||||
results$sc | an image | ||||
results$hf | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$summary$asDF
as.data.frame(results$summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.