template_fit_mmrm | R Documentation |
Creates a valid expression to generate analysis tables and plots for Mixed Model Repeated Measurements.
template_fit_mmrm(
parentname,
dataname,
aval_var,
arm_var,
ref_arm,
comp_arm = NULL,
combine_comp_arms = FALSE,
id_var,
visit_var,
cov_var,
conf_level = 0.95,
method = "Satterthwaite",
cor_struct = "unstructured",
weights_emmeans = "proportional",
parallel = FALSE
)
template_mmrm_tables(
parentname,
dataname,
fit_name,
arm_var,
ref_arm,
visit_var,
paramcd,
show_relative = c("increase", "reduction", "none"),
table_type = "t_mmrm_cov",
total_label = default_total_label(),
basic_table_args = teal.widgets::basic_table_args()
)
template_mmrm_plots(
fit_name,
lsmeans_plot = list(select = c("estimates", "contrasts"), width = 0.6, show_pval =
FALSE),
diagnostic_plot = list(type = "fit-residual", z_threshold = NULL),
ggplot2_args = teal.widgets::ggplot2_args()
)
parentname |
( |
dataname |
( |
aval_var |
( |
arm_var |
( |
ref_arm |
( |
comp_arm |
( |
combine_comp_arms |
( |
id_var |
( |
visit_var |
( |
cov_var |
( |
conf_level |
( |
method |
( |
cor_struct |
( |
weights_emmeans |
argument from |
parallel |
( |
fit_name |
( |
paramcd |
( |
show_relative |
( |
table_type |
( |
total_label |
( |
basic_table_args |
( |
lsmeans_plot |
(named |
diagnostic_plot |
(named |
ggplot2_args |
( |
a list
of expressions to generate a table or plot object.
template_mmrm_tables()
: Creates valid expressions to generate MMRM LS means, covariance matrix,
fixed effects, and diagnostic tables.
template_mmrm_plots()
: Creates valid expressions to generate MMRM LS means and
diagnostic plots.
tm_a_mmrm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.