Labels for column variables in survival duration by subgroup table
Source:R/survival_duration_subgroups.R
d_survival_subgroups_colvars.Rd
Internal function to check variables included in tabulate_survival_subgroups()
and create column labels.
Arguments
- vars
-
(
character
)
the names of statistics to be reported among:n_tot_events
: Total number of events per group.n_events
: Number of events per group.n_tot
: Total number of observations per group.n
: Number of observations per group.median
: Median survival time.hr
: Hazard ratio.ci
: Confidence interval of hazard ratio.pval
: p-value of the effect. Note, one of the statisticsn_tot
andn_tot_events
, as well as bothhr
andci
are required.
- conf_level
(
proportion
)
confidence level of the interval.- method
(
string
)
p-value method for testing hazard ratio = 1.- time_unit
(
string
)
label with unit of median survival time. DefaultNULL
skips displaying unit.