Extract fitted values
# S3 method for glmmFELMod
fitted(object, type = c("response", "link"), ...)A numeric vector of fitted values. If type = "link", the fitted
linear predictor values are returned. If type = "response", the fitted
mean response values on the response scale are returned. The length equals
the number of observations in the fitted object.
A glmmFELMod object.
Either "link" (linear predictor) or "response".
Unused.