Learn R Programming

algebraic.dist (version 0.9.1)

vcov.normal: Retrieve the variance-covariance matrix (or scalar) of a normal object.

Description

Retrieve the variance-covariance matrix (or scalar) of a normal object.

Usage

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

Value

The variance-covariance matrix of the normal object

Arguments

object

The normal object to retrieve the variance-covariance matrix from

...

Additional arguments to pass (not used)

Examples

Run this code
x <- normal(0, 4)
vcov(x)

Run the code above in your browser using DataLab