residuals.monpol {MonoPoly} | R Documentation |
residuals
method for ‘monpol’ objects.
## S3 method for class 'monpol'
residuals(object, scale = c("original", "fitted"), ...)
object |
A ‘monpol’ object. |
scale |
Extract residuals 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 residuals
method for objects inheriting from
class "monpol"
.
Residuals extracted from the model object object
.
Berwin A Turlach <Berwin.Turlach@gmail.com>