iid.Wald_lmm: Extract the Influence Function From Wald Tests Applied to a...

View source: R/iid.R

iid.Wald_lmmR Documentation

Extract the Influence Function From Wald Tests Applied to a Linear Mixed Model

Description

Extract the influence function of linear contrasts applied to an ML or REML estimator of parameters from a linear mixed model.

Usage

## S3 method for class 'Wald_lmm'
iid(x, effects = "Wald", transform.names = TRUE, ...)

Arguments

effects

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

transform.names

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

...

Not used. For compatibility with the generic method.

object

a Wald_lmm object.

Value

A matrix with one row per observation and one column per parameter (effects="Wald" or effects="all") or a logical value (effects="test").


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