| meatHC | R Documentation |
This (simplified) method for a new S3 generic based on meatHC computes
the meat matrix for a fitted glmmTMB model, which is the cross-product of the cluster-wise
score vectors (empirical estimating functions) extracted by estfun.
meatHC(x, ...)
## Default S3 method:
meatHC(x, ...)
## S3 method for class 'glmmTMB'
meatHC(x, ...)
x |
a |
... |
additional arguments passed to |
A square matrix where each element represents the cross-product of the score vectors for the parameters in the model. The rows and columns are named according to the parameter names.
This meat matrix is not scaled by the number of clusters.
m <- glmmTMB(count ~ mined + (1 | spp), data = Salamanders, family = nbinom1)
meatHC(m)
meatHC(m, full = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.