Learn R Programming

rgam (version 0.6.6)

predict.rgam: Predict method for RGAM fits

Description

Obtains predictions from a robustly fitted generalized additive model object

Usage

# S3 method for rgam
predict(object, type = c("link", "response", "terms"), ...)

Arguments

object

a fitted rgam object

type

a character string specifying the type of predictions. Can be one of ‘link’ (the default), ‘response’, or ‘terms’.

...

additional arguments passed from other methods

Value

the component of the ‘object’ based on the value of type: if the ‘code’ is ‘response’, returns the $fitted.values; if the type is ‘link’, returns the $additive.predictors; and if the type is ‘terms’, returns the $smooth component.

Details

Serves as the extractor function on objects of class rgam.