FSTG02
Subgroup Analysis of Survival Duration.
fstg02.Rd
The template produces the subgroup analysis of survival duration graphic.
Arguments
- adam_db
(
list
ofdata.frames
) object containing theADaM
datasets- dataset
(
string
) the name of a table in theadam_db
object.- arm_var
(
string
) the arm variable name used for group splitting.- subgroups
(
character
) the subgroups variable name to list baseline risk factors.- strata_var
(
character
) required if stratified analysis is performed.- stat_var
(
character
) the names of statistics to be reported intabulate_survival_subgroups
.- max_colwidth
(
int
) maximum width of columns. Stratification label longer than this will be truncated.- ...
Further arguments passed to
g_forest
andextract_rsp_subgroups
(a wrapper forh_odds_ratio_subgroups_df
andh_proportion_subgroups_df
). For details, see the documentation intern
. Commonly used arguments includecol_symbol_size
,col
,vline
,groups_lists
,conf_level
,method
,label_all
, etc.