fitted.smoots: Extract Model Fitted Values
Description
Generic function which extracts fitted values from a smoots class
object. Both fitted and fitted.values can be called.
Usage
# S3 method for smoots
fitted(object, ...)
Value
Fitted values extracted from a smoots class object.
Arguments
- object
an object from the smoots class.
- ...
included for consistency with the generic function.