| bread.glmmTMB | R Documentation |
This method for bread returns the variance-covariance
matrix (bread) for a fitted glmmTMB model.
## S3 method for class 'glmmTMB'
bread(x, full = FALSE, rawnames = FALSE, ...)
x |
a fitted |
full |
return a full variance-covariance matrix? |
rawnames |
logical; if |
... |
ignored additional arguments (only for methods compatibility). |
The bread matrix, which is just the variance-covariance matrix.
m <- glmmTMB(count ~ mined + (1 | spp), data = Salamanders, family = nbinom1)
bread(m)
bread(m, full = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.