knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(mmrm)
A minimal call of mmrm()
, consisting of only formula and data arguments will produce an object of class mmrm
, mmrm_fit
, and mmrm_tmb
.
Here we fit a mmrm model with us
(unstructured) covariance structure specified, as well as the defaults of reml = TRUE
and control = mmrm_control()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.