| coef.enriched_glm | R Documentation |
enriched_glmFunction to extract model coefficients from objects of class enriched_glm
## S3 method for class 'enriched_glm'
coef(object, model = c("mean", "full",
"dispersion"), ...)
object |
an object of class |
model |
either "mean" for the estimates of the parameters in the linear predictor, or "dispersion" for the estimate of the dispersion, or "full" for all estimates |
... |
currently unused |