kmEventSummary: Create the table summary for the events based on RATIFY's kmQ...

Description Usage Arguments Value See Also Examples

View source: R/tte_tables.R

Description

Create the table summary for the events based on RATIFY's kmQ function

Usage

1

Arguments

fit

output from survival::survfit

Value

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

See Also

https://gitlabce.statwb.eu.novartis.net/MAFE3/RATIFY/blob/ce87136a47eae7ec2d9e52df1d9879b00a05cc13/functions/31_km_functions_fm_ratify.R#L14

Examples

1
2
3
library(survival)
fit <- survfit(Surv(time, status) ~ sex, data=survival::lung)
subpat::kmEventSummary(fit)

Novartis/subpat documentation built on April 11, 2020, 3:11 p.m.