Accessor functions for StatModel class
to get model
to get the residual degrees of freedom of the model
to get the degrees of freedom of the empirical Bayes variance estimator
to get the dispersion estimate of the model
to get the parameter estimates of the mean model
# S4 method for StatModel
getModel(object)
# S4 method for StatModel
getDF(object)
# S4 method for StatModel
getDfPosterior(object)
# S4 method for StatModel
getDispersion(object)
# S4 method for StatModel
getCoef(object)
StatModel object
The requested parameter of the StatModel object