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

View source: R/fitted.R

fitted.ssanovaR Documentation

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 class 'ssanova'
fitted(object, ...)
## S3 method for class 'ssanova'
residuals(object, ...)

## S3 method for class 'gssanova'
fitted(object, ...)
## S3 method for class '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.


gss documentation built on Aug. 16, 2023, 9:07 a.m.

Related to fitted.ssanova in gss...