getModel,StatModel-method | R Documentation |
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 signature 'StatModel' getModel(object) ## S4 method for signature 'StatModel' getDF(object) ## S4 method for signature 'StatModel' getDfPosterior(object) ## S4 method for signature 'StatModel' getDispersion(object) ## S4 method for signature 'StatModel' getCoef(object)
object |
StatModel object |
The requested parameter of the StatModel object
## A fully specified dummy model myModel <- StatModel( type = "glm", params = list(x = 3, y = 7, b = 4), varPosterior = c(0.1, 0.2, 0.3), dfPosterior = c(6, 7, 8) ) getModel(myModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.