glmmTMB modelsR/methods.R
    glmmTMB_methods.RdMethods for extracting developer-level information from glmmTMB models
# S3 method for glmmTMB
terms(x, component = "cond", part = "fixed", ...)
# S3 method for glmmTMB
model.matrix(
  object,
  component = "cond",
  part = "fixed",
  include_rankdef = FALSE,
  ...
)a fitted glmmTMB object
model component ("cond", "zi", or "disp"; not all models contain all components)
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)
a fitted glmmTMB object
include all columns of a rank-deficient model matrix?