Learn R Programming

gss (version 2.2-8)

fitted.ssanova: Fitted Values and Residuals from Smoothing Spline ANOVA Fits

Description

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

Usage

# S3 method for ssanova
fitted(object, ...)
# S3 method for ssanova
residuals(object, ...)

# S3 method for gssanova fitted(object, ...) # S3 method for gssanova residuals(object, type="working", ...)

Arguments

object

Object of class "ssanova" or "gssanova".

type

Type of residuals desired, with two alternatives "working" (default) or "deviance".

...

Ignored.

Details

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