KMG01
Kaplan-Meier Plot 1.
Usage
kmg01_main(adam_db, dataset = "adtte", arm_var = "ARM", strat = NULL, ...)
kmg01_pre(adam_db, dataset = "adtte", ...)
kmg01
Arguments
- adam_db
(
list
ofdata.frames
) object containing theADaM
datasets- dataset
(
string
) the name of a table in theadam_db
object.- arm_var
(
string
) variable used for column splitting- strat
(
character
) the variable name of stratification variables.- ...
Further arguments passed to
g_km
andcontrol_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
.