vcov.gamlss {BSagri} | R Documentation |
Only for internal use. Extract the covariance matrix corresponding to the mu parameters of a gamlss-fit.
## S3 method for class 'gamlss'
vcov(object, ...)
object |
An object of class "gamlss" as can be created by calling |
... |
Currently not used. |
Only for internal use. Needs implementation of warnings.
A matrix of dimension mxm, if m is the length of mu-parameters from a gamlss fit.
Daniel Gerhard
packages gamlss
and multcomp