fitted.ssanova {gss}R Documentation

Fitted Values and Residuals from Smoothing Spline ANOVA Fits

Description

Methods for extracting fitted values and residuals from smoothing spline ANOVA fits.

Usage

fitted[.ssanova](obj)
residuals[.ssanova](obj)

fitted[.gssanova](obj)
residuals[.gssanova](obj,type="working")

Arguments

obj Object of class "ssanova" or "gssanova".
type Type of residuals desired, with two alternatives "working" (default) or "deviance".

Details

The fitted values for "gssanova" objects are on the link scale, the same scale the "working" residuals are on.