fitted.ssanova {gss} | R Documentation |
Methods for extracting fitted values and residuals from smoothing spline ANOVA fits.
fitted.ssanova(object, ...) residuals.ssanova(object, ...) fitted.gssanova(object, ...) residuals.gssanova(object, type="working", ...)
object |
Object of class "ssanova" or "gssanova" . |
type |
Type of residuals desired, with two alternatives
"working" (default) or "deviance" . |
... |
Ignored. |
The fitted values for "gssanova"
objects are on the link
scale, so are the "working"
residuals.