vcov.mcml {glmmrBase}R Documentation

Extract the Variance-Covariance matrix for a 'mcml' object

Description

Returns the calculated variance-covariance matrix for a 'mcml' object. The generating Model object has several methods to calculate the variance-convaariance matrix. For the standard GLS information matrix see 'Model$information_matrix()'. Small sample corrections can be accessed directly from the generating Model using 'Model$small_sample_correction()'. The varaince-covariance matrix including the random effects can be accessed using 'Model$information_matrix(include.re = TRUE)'.

Usage

## S3 method for class 'mcml'
vcov(object, ...)

Arguments

object

A 'mcml' object.

...

Further arguments passed from other methods

Value

A variance-covariance matrix.


[Package glmmrBase version 0.9.2 Index]