Learn R Programming

MonoPoly (version 0.3-10)

fitted.monpol: Extract Model Fitted Values

Description

fitted method for ‘monpol’ objects.

Usage

# S3 method for 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.

Value

Fitted values extracted from the model object object.

Details

This is the fitted method for objects inheriting from class "monpol".