Learn R Programming

algebraic.dist (version 0.9.1)

vcov.mvn: Retrieve the variance-covariance matrix of an mvn object.

Description

Retrieve the variance-covariance matrix of an mvn object.

Usage

# S3 method for mvn
vcov(object, ...)

Value

The variance-covariance matrix of the mvn object

Arguments

object

The mvn object to retrieve the variance-covariance matrix of

...

Additional arguments to pass (not used)

Examples

Run this code
X <- mvn(c(0, 0), diag(2))
vcov(X)

Run the code above in your browser using DataLab