extract_parameters: Extract parameters from LME models

View source: R/generics.R

extract_parametersR 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 merMod or lme object.

Value

A named vector of parameters.


lmeresampler documentation built on Feb. 16, 2023, 6:53 p.m.