View source: R/tm_g_forest_tte.R
template_forest_tte | R Documentation |
Creates a valid expression to generate a survival forest plot.
template_forest_tte(
dataname = "ANL",
parentname = "ANL_ADSL",
arm_var,
ref_arm = NULL,
comp_arm = NULL,
obj_var_name = "",
aval_var = "AVAL",
cnsr_var = "CNSR",
subgroup_var,
strata_var = NULL,
stats = c("n_tot_events", "n_events", "median", "hr", "ci"),
riskdiff = NULL,
conf_level = 0.95,
col_symbol_size = NULL,
time_unit_var = "AVALU",
font_size = 15,
ggplot2_args = teal.widgets::ggplot2_args()
)
dataname |
( |
parentname |
( |
arm_var |
( |
ref_arm |
( |
comp_arm |
( |
obj_var_name |
( |
aval_var |
( |
cnsr_var |
( |
subgroup_var |
( |
strata_var |
( |
stats |
(
|
riskdiff |
( |
conf_level |
( |
col_symbol_size |
( |
time_unit_var |
( |
font_size |
( |
ggplot2_args |
( |
a list
of expressions to generate a table or plot object.
tm_g_forest_tte()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.