template_tte | R Documentation |
Creates a valid expression to generate a time-to-event analysis.
template_tte(
dataname = "ANL",
parentname = "ADSL",
arm_var = "ARM",
paramcd,
ref_arm = NULL,
comp_arm = NULL,
compare_arm = FALSE,
combine_comp_arms = FALSE,
aval_var = "AVAL",
cnsr_var = "CNSR",
strata_var = NULL,
time_points = NULL,
time_unit_var = "AVALU",
event_desc_var = "EVNTDESC",
control = control_tte(),
add_total = FALSE,
total_label = default_total_label(),
na_level = default_na_str(),
basic_table_args = teal.widgets::basic_table_args()
)
dataname |
( |
parentname |
( |
arm_var |
( |
paramcd |
( |
ref_arm |
( |
comp_arm |
( |
compare_arm |
( |
combine_comp_arms |
( |
aval_var |
( |
cnsr_var |
( |
strata_var |
( |
time_points |
( |
time_unit_var |
( |
event_desc_var |
( |
control |
( |
add_total |
( |
total_label |
( |
na_level |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
control_tte()
, tm_t_tte()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.