modelparm.methods {BSagri} | R Documentation |
Only for internal use with glht
in package multcomp.
Extracts model parameters needed for glht(multcomp)
from objects of
class gamlss
or geeglm
.
## 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, ...)
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) |
Only for internal use. Further checks should be implemented.
As modelparm.default
.
Daniel Gerhard, code slightly changed from package multcomp
function glht
in package multcomp