| Line 1... |
Line 1... |
| 1 |
% File src/library/stats/man/loess.Rd
|
1 |
% File src/library/stats/man/loess.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2012 R Core Team
|
3 |
% Copyright 1995-2015 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{loess}
|
6 |
\name{loess}
|
| 7 |
\alias{loess}
|
7 |
\alias{loess}
|
| 8 |
\title{Local Polynomial Regression Fitting}
|
8 |
\title{Local Polynomial Regression Fitting}
|
| Line 45... |
Line 45... |
| 45 |
predictors? Terms are specified in the same way as for
|
45 |
predictors? Terms are specified in the same way as for
|
| 46 |
\code{parametric}.}
|
46 |
\code{parametric}.}
|
| 47 |
\item{normalize}{should the predictors be normalized to a common scale
|
47 |
\item{normalize}{should the predictors be normalized to a common scale
|
| 48 |
if there is more than one? The normalization used is to set the
|
48 |
if there is more than one? The normalization used is to set the
|
| 49 |
10\% trimmed standard deviation to one. Set to false for spatial
|
49 |
10\% trimmed standard deviation to one. Set to false for spatial
|
| 50 |
coordinate predictors and others know to be a common scale.}
|
50 |
coordinate predictors and others known to be on a common scale.}
|
| 51 |
\item{family}{if \code{"gaussian"} fitting is by least-squares, and if
|
51 |
\item{family}{if \code{"gaussian"} fitting is by least-squares, and if
|
| 52 |
\code{"symmetric"} a re-descending M estimator is used with Tukey's
|
52 |
\code{"symmetric"} a re-descending M estimator is used with Tukey's
|
| 53 |
biweight function. Can be abbreviated.}
|
53 |
biweight function. Can be abbreviated.}
|
| 54 |
\item{method}{fit the model or just extract the model frame. Can be abbreviated.}
|
54 |
\item{method}{fit the model or just extract the model frame. Can be abbreviated.}
|
| 55 |
\item{control}{control parameters: see \code{\link{loess.control}}.}
|
55 |
\item{control}{control parameters: see \code{\link{loess.control}}.}
|
| 56 |
\item{\dots}{control parameters can also be supplied directly.}
|
56 |
\item{\dots}{control parameters can also be supplied directly
|
| - |
|
57 |
(\emph{if} \code{control} is not specified).}
|
| 57 |
}
|
58 |
}
|
| 58 |
\description{
|
59 |
\description{
|
| 59 |
Fit a polynomial surface determined by one or more numerical
|
60 |
Fit a polynomial surface determined by one or more numerical
|
| 60 |
predictors, using local fitting.
|
61 |
predictors, using local fitting.
|
| 61 |
}
|
62 |
}
|
| Line 80... |
Line 81... |
| 80 |
|
81 |
|
| 81 |
It can be important to tune the control list to achieve acceptable
|
82 |
It can be important to tune the control list to achieve acceptable
|
| 82 |
speed. See \code{\link{loess.control}} for details.
|
83 |
speed. See \code{\link{loess.control}} for details.
|
| 83 |
}
|
84 |
}
|
| 84 |
\value{
|
85 |
\value{
|
| 85 |
An object of class \code{"loess"}.
|
86 |
An object of class \code{"loess"}.% otherwise entirely unspecified (!)
|
| 86 |
}
|
87 |
}
|
| 87 |
\references{
|
88 |
\references{
|
| 88 |
W. S. Cleveland, E. Grosse and W. M. Shyu (1992) Local regression
|
89 |
W. S. Cleveland, E. Grosse and W. M. Shyu (1992) Local regression
|
| 89 |
models. Chapter 8 of \emph{Statistical Models in S} eds J.M. Chambers
|
90 |
models. Chapter 8 of \emph{Statistical Models in S} eds J.M. Chambers
|
| 90 |
and T.J. Hastie, Wadsworth & Brooks/Cole.
|
91 |
and T.J. Hastie, Wadsworth & Brooks/Cole.
|