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 gamlss
modelparm(model, coef.=coef, vcov.=vcov, df = NULL, ...)
# S3 method for geeglm
modelparm(model, coef.=coef, vcov.=vcov, df = NULL, ...)
an object of class gamlss
and geeglm
, respectively
a function to extract fitted mean parameters from models of class gamlss
and geeglm
a function to extract the estimated covariance matrix from models of class gamlss
and geeglm
a single positive integer, the user-defined degrees of freedom. By default, df=NULL
, the funtion will extract the residual degrees of freedom from the model.
further argument, not used
As modelparm.default in package multcomp, a list with elements
a numeric vector with the estimated model parameters
a matrix with numeric entries, and dimensions as length(coef)
a single numeric value, the residual degree of freedom
a logical vector, specifying which rows/colums of vcov correspond to non-NA parameters
Test versions. Only for internal use. Further checks still need to be implemented.
function glht
in package multcomp