View source: R/tm_t_events_summary.R
template_events_summary | R Documentation |
Creates a valid expression to generate an adverse events summary table.
template_events_summary(
anl_name,
parentname,
arm_var,
dthfl_var = "DTHFL",
dcsreas_var = "DCSREAS",
flag_var_anl = NULL,
flag_var_aesi = NULL,
aeseq_var = "AESEQ",
llt = "AEDECOD",
add_total = TRUE,
total_label = default_total_label(),
na_level = default_na_str(),
count_dth = TRUE,
count_wd = TRUE,
count_subj = TRUE,
count_pt = TRUE,
count_events = TRUE
)
anl_name |
( |
parentname |
( |
arm_var |
( |
dthfl_var |
( |
dcsreas_var |
( |
flag_var_anl |
( |
flag_var_aesi |
( |
aeseq_var |
( |
llt |
( |
add_total |
( |
total_label |
( |
na_level |
( |
count_dth |
( |
count_wd |
( |
count_subj |
( |
count_pt |
( |
count_events |
( |
a list
of expressions to generate a table or plot object.
tm_t_events_summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.