Predict from a fitted glmmFEL model
# S3 method for glmmFELMod
predict(object, newdata = NULL, type = c("response", "link"), ...)A numeric vector of predictions. If type = "link", predictions are
returned on the linear predictor scale. If type = "response", predictions
are returned on the response scale. The length equals the number of
observations used to fit the model. Supplying newdata triggers an error
in this matrix-only branch.
A glmmFELMod object.
Not supported in this branch (matrix interface only).
Either "link" or "response".
Unused.