vcovmlegc: Covariance Matrix of the Maximum Likelihood Estimates

vcov.mlegcR Documentation

Covariance Matrix of the Maximum Likelihood Estimates

Description

Calculate covariance and correlation matrix.

Usage

## S3 method for class 'mlegc'
vcov(object, digits = max(3, getOption("digits") - 3), ...)
          

Arguments

object

an object of class mlegc inherited from function mlegc.

digits

integer indicating the number of decimal places (round) or significant digits (signif) to be used.

...

other arguments passed to vcov.

Value

The estimated variance-covariance matrix and estimated correlation matrix.

Author(s)

Zifei Han hanzifei1@gmail.com

See Also

mlegc


gcKrig documentation built on July 3, 2022, 1:05 a.m.

Related to vcovmlegc in gcKrig...