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"), ...)

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 0.2.2.0 Index]