Description Usage Arguments Value Author(s) Examples
S3 method for extracting descriptive statistics across strata. No default method is available at the moment.
1 2 3 4 5 6 7 8 | get_summary(x, ...)
## S3 method for class 'survfit'
get_summary(
survfit_object,
statlist = c("strata", "records", "events", "median", "LCL", "UCL", "CI"),
...
)
|
x |
S3 object |
... |
other arguments passed on to the method |
survfit_object |
An object of class 'survfit' |
statlist |
Character vector containing the desired information to be displayed. The order of the arguments determines the order in which they are displayed in the final result. Default is the strata ("strata"), number of subjects ("records"), number of events ("events"), the median survival time ("median"), the Confidence Interval ("CI"), the Lower Confidence Limit ("UCL") and the Upper Confidence Limit ("UCL"). |
A tibble with summary measures for the Overall Survival Across Strata
Pelagia Alexandra Papadopoulou
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.