Like fitted
, but return the original "observed" data rather
than the modelled data.
observed(object, ...)
# S3 method for default
observed(object, ...)
numericSummary(x)
a model object for which to return the observed values.
other arguments.
Placeholder
the result of fitted(object) + residuals(object)
.
The default method should work for any object with methods for
residuals
and fitted
.