fitted.monpol {MonoPoly} | R Documentation |
Extract Model Fitted Values
Description
fitted
method for ‘monpol’ objects.
Usage
## S3 method for class 'monpol'
fitted(object, scale = c("original", "fitted"), ...)
Arguments
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. |
Details
This is the fitted
method for objects inheriting from
class "monpol"
.
Value
Fitted values extracted from the model object object
.
Author(s)
Berwin A Turlach <Berwin.Turlach@gmail.com>
[Package MonoPoly version 0.3-10 Index]