vcov.gamlss {BSagri}R Documentation

Extract variance covariance matrix from objects of class gamlss

Description

Only for internal use. Extract the varaince covariance matrix corresponding to the mu parameters of a gamlss-fit.

Usage

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

Arguments

object An object of class "gamlss" as can be created by calling gamlss
... Currently not used.

Details

Only for internal use. Needs implementation of warnings.

Value

A matrix of dimension mxm, if m is the length of mu-parameters from a gamlss fit.

Author(s)

Daniel Gerhard

See Also

packages gamlss and multcomp


[Package BSagri version 0.1-5 Index]