View source: R/model_s3_functions.R
fitted.Model | R Documentation |
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 class 'Model'
fitted(object, ...)
object |
A 'Model' object. |
... |
Further arguments passed from other methods |
Fitted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.