fitted.monpol {MonoPoly} | R Documentation |
fitted
method for ‘monpol’ objects.
## S3 method for class 'monpol'
fitted(object, scale = c("original", "fitted"), ...)
object |
A ‘monpol’ object. |
scale |
Extract fitted values on the original scale of the data or on the scale used during fitting. |
... |
Additional optionals arguments. At present no optional arguments are used. |
This is the fitted
method for objects inheriting from
class "monpol"
.
Fitted values extracted from the model object object
.
Berwin A Turlach <Berwin.Turlach@gmail.com>