Extract parameters from LME models
A utility function that extracts the fixed effects and variance component estimates from a fitted merMod
or lme
object.
extract_parameters(model)
model
: the fitted model object, either an merMod
or lme
object.A named vector of parameters.