File: fitted.ssanova.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (30 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\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}