control_riskdiff | R Documentation |
Sets a list of parameters to use when generating a risk (proportion) difference column. Used as input to the
riskdiff
parameter of tabulate_rsp_subgroups()
and tabulate_survival_subgroups()
.
control_riskdiff(
arm_x = NULL,
arm_y = NULL,
format = "xx.x (xx.x - xx.x)",
col_label = "Risk Difference (%) (95% CI)",
pct = TRUE
)
arm_x |
( |
arm_y |
( |
format |
( |
col_label |
( |
pct |
( |
A list
of items with names corresponding to the arguments.
add_riskdiff()
, tabulate_rsp_subgroups()
, and tabulate_survival_subgroups()
.
control_riskdiff()
control_riskdiff(arm_x = "ARM A", arm_y = "ARM B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.