glmmTMB_methods: Methods for extracting developer-level information from...

terms.glmmTMBR Documentation

Methods for extracting developer-level information from glmmTMB models

Description

Methods for extracting developer-level information from glmmTMB models

Usage

## S3 method for class 'glmmTMB'
terms(x, component = "cond", part = "fixed", ...)

## S3 method for class 'glmmTMB'
model.matrix(
  object,
  component = "cond",
  part = "fixed",
  include_rankdef = FALSE,
  ...
)

Arguments

x

a fitted glmmTMB object

component

model component ("cond", "zi", or "disp"; not all models contain all components)

part

whether to return results for the fixed or random effect part of the model (at present only part="fixed" is implemented for most methods)

...

additional arguments (ignored or passed to model.frame)

object

a fitted glmmTMB object

include_rankdef

include all columns of a rank-deficient model matrix?


glmmTMB documentation built on Oct. 7, 2023, 5:07 p.m.