Description Usage Arguments Value See Also Examples
Create the table summary for the quartiles (Q1, Median, Q3), from RATIFY's kmQ function
1 | kmQuartiles(fit)
|
fit |
output from |
data frame of the event summary.
1 2 3 | library(survival)
fit <- survfit(Surv(time, status) ~ sex, data=survival::lung)
subpat::kmQuartiles(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.