modelparm.methods {BSagri}R Documentation

For internal use. Extract model parameters needed for multcomp from objects of class gamlss or geeglm.

Description

Only for internal use with glht in package multcomp. Extracts model parameters needed for glht(multcomp) from objects of class gamlss or geeglm.

Usage

## S3 method for class 'gamlss':
modelparm(model, coef. = coef, vcov. = vcov.gamlss, df = NULL, ...)
## S3 method for class 'geeglm':
modelparm(model, coef. = coef, vcov. = vcov.geeglm, df = NULL, ...)

Arguments

model an object of class gamlss, as currently is created by calling gamlss
coef. function to extract coefficients
vcov. function to extract variance covariance matrix
df function to extract degrees of freedom
... further argument to be passed to modelparm.default(multcomp)

Details

Only for internal use. Further checks should be implemented.

Value

As modelparm.default.

Author(s)

Daniel Gerhard, code slightly changed from package multcomp

See Also

function glht in package multcomp


[Package BSagri version 0.1-5 Index]