formula.glmmTMB | R Documentation |
Extract the formula of a glmmTMB object
## S3 method for class 'glmmTMB'
formula(x, fixed.only = FALSE, component = c("cond", "zi", "disp"), ...)
x |
a |
fixed.only |
(logical) drop random effects, returning only the fixed-effect component of the formula? |
component |
formula for which component of the model to return (conditional, zero-inflation, or dispersion) |
... |
unused, for generic consistency |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.