The R Project SVN R

Rev

Rev 88598 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88598 Rev 88692
Line 252... Line 252...
252
  \item{call}{the matched call.}
252
  \item{call}{the matched call.}
253
 
253
 
254
  \code{method(class = "smooth.spline")} shows a
254
  \code{method(class = "smooth.spline")} shows a
255
  \code{\link{hatvalues}()} method based on the \code{lev} vector above.
255
  \code{\link{hatvalues}()} method based on the \code{lev} vector above.
256
}
256
}
-
 
257
\source{
-
 
258
  This function is based on code in the \code{GAMFIT} Fortran program by
-
 
259
  \bibcitet{R:Hastie+Tibshirani:1990} (originally taken from
-
 
260
  \url{https://lib.stat.cmu.edu/general/gamfit})
-
 
261
  which makes use of spline code by Finbarr O'Sullivan.
-
 
262
  Its design parallels the \code{smooth.spline} function of
-
 
263
  \bibcitet{R:Chambers+Hastie:1992}.
-
 
264
}
257
\references{
265
\references{
258
  \bibshow{R:Chambers+Hastie:1992}
266
  \bibshow{R:Chambers+Hastie:1992,
259
 
-
 
260
  Green, P. J. and Silverman, B. W. (1994)
267
    R:Green+Silverman:1994,
261
  \emph{Nonparametric Regression and Generalized Linear Models:
-
 
262
    A Roughness Penalty Approach.} Chapman and Hall.
-
 
263
 
-
 
264
  Hastie, T. J. and Tibshirani, R. J. (1990)
268
    R:Hastie+Tibshirani:1990}
265
  \emph{Generalized Additive Models.}  Chapman and Hall.
-
 
266
}
269
}
267
\author{
270
\author{
268
  \R implementation by B. D. Ripley and Martin Maechler
271
  \R implementation by B. D. Ripley and Martin Maechler
269
  (\code{spar/lambda}, etc).
272
  (\code{spar/lambda}, etc).
270
}
273
}
271
\source{
-
 
272
  This function is based on code in the \code{GAMFIT} Fortran program by
-
 
273
  T. Hastie and R. Tibshirani (originally taken from
-
 
274
  \url{https://lib.stat.cmu.edu/general/gamfit})
-
 
275
   which makes use of spline code by Finbarr O'Sullivan.  Its design
-
 
276
  parallels the \code{smooth.spline} function of Chambers & Hastie (1992).
-
 
277
}
-
 
278
\seealso{
274
\seealso{
279
  \code{\link{predict.smooth.spline}} for evaluating the spline
275
  \code{\link{predict.smooth.spline}} for evaluating the spline
280
  and its derivatives.
276
  and its derivatives.
281
}
277
}
282
\examples{
278
\examples{