Description Usage Arguments Examples
View source: R/survplot_functions.R
Title
1 2 3 4 5 6 7 8 |
survFit.obj |
the resulting object from survival::survfit() |
f.levels |
factor levels of the groups |
times |
a numeric vector of the summary times for the KM estimates |
col |
a string indicating the text color |
ret.data |
boolean - return the summary table or not |
max.year |
a numeric of the the x-axis limit |
1 2 | fit <- survival::survfit(survival::Surv(time, status) ~ x, data = survival::aml)
risk.table(survFit.obj=fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.