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
## 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 |
type |
Type of residuals desired, with two alternatives
|
... |
Ignored. |
Details
The fitted values for "gssanova"
objects are on the link
scale, so are the "working"
residuals.
[Package gss version 2.2-7 Index]