extract_parameters {lmeresampler} | R Documentation |
Extract parameters from LME models
Description
A utility function that extracts the fixed effects and variance component
estimates from a fitted merMod
or lme
object.
Usage
extract_parameters(model)
Arguments
model |
the fitted model object, either an |
Value
A named vector of parameters.
[Package lmeresampler version 0.2.4 Index]