terms.glmmTMB | R Documentation |
glmmTMB
modelsMethods for extracting developer-level information from glmmTMB
models
## 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,
...
)
x |
a fitted |
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 |
... |
additional arguments (ignored or passed to |
object |
a fitted |
include_rankdef |
include all columns of a rank-deficient model matrix? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.