Creates a clinical table from MMRM results.
Usage
create_mmrm_table(
result,
title = "Mixed Model Repeated Measures Analysis",
footnotes = NULL,
autofit = TRUE
)
Arguments
- result
An MMRMResult object
- title
Table title
Optional footnotes
- autofit
Logical. Whether to autofit column widths
Value
A ClinicalTable object
Examples
if (FALSE) { # \dontrun{
table <- create_mmrm_table(result, title = "MMRM Results")
} # }