summary for glmmTMB fits
Arguments
- object
a fitted
glmmTMBobject- 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);
"kenward-roger"uses the Kenward-Roger approximation, which will be ignored for non-REML fits and is entirely untested for GLMMs (seedof_KR);"satterthwaite"uses a Satterthwaite approximation- cluster
grouping factor for the sandwich estimator, only used if
sandwich==TRUE.- ...
unused, for method compatibility