Learn R Programming

asympDiag (version 0.3.1)

get_vcov: Get covariance matrix

Description

Retrieves the covariance matrix for the fixed effects.

Usage

get_vcov(object)

# S3 method for default get_vcov(object)

# S3 method for glmmTMB get_vcov(object)

Value

A covariance matrix of the model 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.