template_coxreg_u | R Documentation |
Creates a valid expression to generate a univariable Cox regression analysis.
template_coxreg_u(
dataname,
cov_var,
arm_var,
cnsr_var,
aval_var,
ref_arm,
comp_arm,
paramcd,
at = list(),
strata_var = NULL,
combine_comp_arms = FALSE,
control = control_coxreg(),
na_level = default_na_str(),
append = FALSE,
basic_table_args = teal.widgets::basic_table_args()
)
dataname |
( |
cov_var |
( |
arm_var |
( |
cnsr_var |
( |
aval_var |
( |
ref_arm |
( |
comp_arm |
( |
paramcd |
( |
at |
( |
strata_var |
( |
combine_comp_arms |
( |
control |
( |
na_level |
( |
append |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
template_coxreg_m()
, tm_t_coxreg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.