Learn R Programming

BSagri (version 0.1-6)

modelparm.methods: 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)

Value

  • As modelparm.default.

Details

Only for internal use. Further checks should be implemented.

See Also

function glht in package multcomp