predict.hierCredGLM.Rd
Obtain predictions based on the model fit with hierCredGLM
# S3 method for class 'hierCredGLM'
predict(object, newdata = NULL, ...)
If newdata
is omitted the predictions are based on the data used for the fit.
The random effects are taken into account by specifying these as an offset in the predict.glm
function.