View source: R/tm_t_binary_outcome.R
template_binary_outcome | R Documentation |
Creates a valid expression to generate a binary outcome analysis.
template_binary_outcome(
dataname,
parentname,
arm_var,
paramcd,
ref_arm = NULL,
comp_arm = NULL,
compare_arm = FALSE,
combine_comp_arms = FALSE,
aval_var = "AVALC",
show_rsp_cat = TRUE,
responder_val = c("Complete Response (CR)", "Partial Response (PR)"),
responder_val_levels = responder_val,
control = list(global = list(method = "waldcc", conf_level = 0.95), unstrat =
list(method_ci = "waldcc", method_test = "schouten", odds = TRUE), strat =
list(method_ci = "cmh", method_test = "cmh", strat = NULL)),
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 |
( |
show_rsp_cat |
( |
responder_val |
( |
responder_val_levels |
( |
control |
( |
add_total |
( |
total_label |
( |
na_level |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
tm_t_binary_outcome()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.