Learn R Programming

lmeresampler (version 0.2.4)

extract_parameters: 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)

Value

A named vector of parameters.

Arguments

model

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