coef.Wald_lmm: Extract Coefficients From Wald Tests Applied to a Linear...

View source: R/coef.R

coef.Wald_lmmR Documentation

Extract Coefficients From Wald Tests Applied to a Linear Mixed Model

Description

Extract estimated value of linear contrasts applied on parameters from a linear mixed model.

Usage

## S3 method for class 'Wald_lmm'
coef(
  object,
  effects = "Wald",
  backtransform = NULL,
  transform.names = TRUE,
  simplify = TRUE,
  ...
)

Arguments

object

a Wald_lmm object.

effects

[character] should the linear contrasts involved in the Wald test be output ("Wald"), or the value of the linear mixed model parameters ("all")?

backtransform

[logical] should the estimates be back-transformed?

transform.names

[logical] Should the name of the coefficients be updated to reflect the transformation that has been used? Only relevant when effects="all".

simplify

[logical] omit from the output the attribute containing the type of each parameter or contrast (mu/sigma/k/rho).

...

Not used. For compatibility with the generic method.


bozenne/repeated documentation built on July 16, 2025, 11:16 p.m.