| summary.glmmTMB | R Documentation |
summary for glmmTMB fits
## S3 method for class 'glmmTMB'
summary(
object,
sandwich = FALSE,
ddf = c("asymptotic", "kenward-roger", "satterthwaite"),
cluster = getGroups(object),
...
)
object |
a fitted |
sandwich |
use the sandwich estimator for the variance-covariance matrix? (this only works for ML fits, but not for REML fits) |
ddf |
denominator degrees-of-freedom calculation. Default "asymptotic" gives standard Z-statistics
(i.e., 'infinite' denominator df); |
cluster |
grouping factor for the sandwich estimator, only used if |
... |
unused, for method compatibility |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.