Description Usage Arguments Value See Also Examples
Create the table summary for the events based on RATIFY's kmQ function
1 | kmEventSummary(fit)
|
fit |
output from |
data frame of the event summary. Includes the total number (N), the number of events (No. Events), and number censored (No. Censored) in each strata
1 2 3 | library(survival)
fit <- survfit(Surv(time, status) ~ sex, data=survival::lung)
subpat::kmEventSummary(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.