getME.glmmTMB {glmmTMB}R Documentation

Extract or Get Generalize Components from a Fitted Mixed Effects Model

Description

Extract or Get Generalize Components from a Fitted Mixed Effects Model

Usage

## S3 method for class 'glmmTMB'
getME(
  object,
  name = c("X", "Xzi", "Z", "Zzi", "Xd", "theta", "beta", "b"),
  ...
)

Arguments

object

a fitted glmmTMB object

name

of the component to be retrieved

...

ignored, for method compatibility

See Also

getME Get generic and re-export:


[Package glmmTMB version 1.1.9 Index]