get_vcov {asympDiag} | R Documentation |
Get covariance matrix
Description
Retrieves the covariance matrix for the fixed effects.
Usage
get_vcov(object)
## Default S3 method:
get_vcov(object)
## S3 method for class 'glmmTMB'
get_vcov(object)
Arguments
object |
A model object for which the covariance matrix is to be retrieved. |
Details
By default it calls stats::vcov()
to retrieve the covariances.
Value
A covariance matrix of the model object.
[Package asympDiag version 0.3.1 Index]