knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(mmrm)

Common usage

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().


Common customizations


Extraction of model features


Lower level functions


Hypothesis testing


Tidymodels


Acknowledgments


References



openpharma/mmrm documentation built on April 14, 2025, 2:10 a.m.