https://github.com/cran/gss
Raw File
Tip revision: 631a8db183a335a57e21f4fa278204a741ed9161 authored by Chong Gu on 02 January 2012, 00:00:00 UTC
version 2.0-7
Tip revision: 631a8db
fitted.ssanova.Rd
\name{fitted.ssanova}
\alias{fitted.ssanova}
\alias{residuals.ssanova}
\alias{fitted.gssanova}
\alias{residuals.gssanova}
\title{Fitted Values and Residuals from Smoothing Spline ANOVA Fits}
\description{
    Methods for extracting fitted values and residuals from smoothing
    spline ANOVA fits.
}
\usage{
\method{fitted}{ssanova}(object, ...)
\method{residuals}{ssanova}(object, ...)

\method{fitted}{gssanova}(object, ...)
\method{residuals}{gssanova}(object, type="working", ...)
}
\arguments{
    \item{object}{Object of class \code{"ssanova"} or \code{"gssanova"}.}
    \item{type}{Type of residuals desired, with two alternatives
      \code{"working"} (default) or \code{"deviance"}.}
    \item{...}{Ignored.}
}
\details{
    The fitted values for \code{"gssanova"} objects are on the link
    scale, so are the \code{"working"} residuals.
}
\keyword{models}
\keyword{regression}
\keyword{smooth}
back to top