coef.mlmm: Extract Coefficients From a Linear Mixed Model

View source: R/coef.R

coef.mlmmR Documentation

Extract Coefficients From a Linear Mixed Model

Description

Extract coefficients from a linear mixed model.

Usage

## S3 method for class 'mlmm'
coef(object, effects = "contrast", ordering = "parameter", ...)

Arguments

object

a mlmm object.

effects

[character] By default will output the estimate for the hypothesis being tests. But can also output all model coefficients ("all"), or only coefficients relative to the mean ("mean" or "fixed"), or only coefficients relative to the variance structure ("variance"), or only coefficients relative to the correlation structure ("correlation").

ordering

[character] should the output be ordered by type of parameter (parameter) or by model (by).

...

passed to coef.Wald_lmm.


LMMstar documentation built on Nov. 9, 2023, 1:06 a.m.