Learn R Programming

glmmrBase (version 0.10.5)

vcov.mcml: 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 mcml
vcov(object, ...)

Value

A variance-covariance matrix.

Arguments

object

A `mcml` object.

...

Further arguments passed from other methods