Skip to contents

An object returned by the mmrm function, representing a fitted Mixed Model Repeated Measures model. mmrm objects inherit from class "mmrm" and "gls", abd are a simple extension of nlme::glsObject. Please see nlme::glsObject for full details.

Value

"mmrm" objects have all components of glsObject, plus the following:

data

the data structure used to fit the model

time

the name of the time column

subjects

the name of the subjects column

test

test data held out when fitting the model (only exists when using mmrm_cv, not calling mmrm directly)

warnings

warning messages from the model fitting procedure