Package Introduction"

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



Try the mmrm package in your browser

Any scripts or data that you put into this service are public.

mmrm documentation built on Oct. 7, 2024, 1:14 a.m.