Return fitted values. Does not account for the random effects. This function is a wrapper for `Model$fitted()`, which also provides a variety of additional options for generating fitted values from mixed models. For simulated values based on resampling random effects, see also `Model$sim_data()`. To predict the values including random effects at a new location see also `Model$predict()`.
# S3 method for Model
fitted(object, ...)
Fitted values
A `Model` object.
Further arguments passed from other methods