vcov.gamlss: Extract variance covariance matrix from objects of class...

Description Usage Arguments Details Value Author(s) See Also

Description

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

Usage

1
2
## 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


BSagri documentation built on May 2, 2019, 8:29 a.m.

Related to vcov.gamlss in BSagri...