template_a_gee | R Documentation |
Creates a valid expression to generate an analysis table using Generalized Estimating Equations (GEE).
template_a_gee(
output_table,
data_model_fit = "ANL",
dataname_lsmeans = "ANL_ADSL",
input_arm_var = "ARM",
ref_group = "A: Drug X",
aval_var,
id_var,
arm_var,
visit_var,
split_covariates,
cor_struct,
conf_level = 0.95,
basic_table_args = teal.widgets::basic_table_args()
)
output_table |
( |
data_model_fit |
( |
dataname_lsmeans |
( |
aval_var |
( |
id_var |
( |
arm_var |
( |
visit_var |
( |
split_covariates |
( |
cor_struct |
( |
conf_level |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
tm_a_gee()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.