KMG01 Kaplan-Meier Plot 1.
Usage
kmg01_main(
adam_db,
dataset = "adtte",
arm_var = "ARM",
strata = NULL,
strat = lifecycle::deprecated(),
...
)
kmg01_pre(adam_db, dataset = "adtte", ...)
kmg01Arguments
- adam_db
(
listofdata.frames) object containing theADaMdatasets- dataset
(
string) the name of a table in theadam_dbobject.- arm_var
(
string) variable used for column splitting- strata
(
character) the variable name of stratification variables.- strat
(
character); for backwards compatibility only. Use
stratainstead.- ...
Further arguments passed to
g_kmandcontrol_coxph. For details, see the documentation intern. Commonly used arguments includecol,pval_method,ties,conf_level,conf_type,annot_coxph,annot_stats, etc.
Value
the main function returns a gTree object.
a gTree object.
the preprocessing function returns a list of data.frame.
