extract_parameters function

Extract parameters from LME models

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)

Arguments

  • model: the fitted model object, either an merMod or lme object.

Returns

A named vector of parameters.