The R Project SVN R

Rev

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

Rev 84766 Rev 88623
Line 85... Line 85...
85
\value{
85
\value{
86
  An object of class \code{"loess"}, % otherwise entirely unspecified (!)
86
  An object of class \code{"loess"}, % otherwise entirely unspecified (!)
87
  with \code{print()}, \code{\link{summary}()}, \code{\link{predict}} and
87
  with \code{print()}, \code{\link{summary}()}, \code{\link{predict}} and
88
  \code{\link{anova}} methods.
88
  \code{\link{anova}} methods.
89
}
89
}
90
\references{
-
 
91
  W. S. Cleveland, E. Grosse and W. M. Shyu (1992) Local regression
-
 
92
  models. Chapter 8 of \emph{Statistical Models in S} eds J.M. Chambers
-
 
93
  and T.J. Hastie, Wadsworth & Brooks/Cole.
-
 
94
}
-
 
95
\author{
90
\author{
96
  B. D. Ripley, based on the \code{cloess} package of Cleveland,
91
  B. D. Ripley, based on the \code{cloess} package of Cleveland,
97
  Grosse and Shyu.
92
  Grosse and Shyu.
98
}
93
}
99
 
-
 
100
\source{
94
\source{
101
  The 1998 version of \code{cloess} package of Cleveland,
95
  The 1998 version of \code{cloess} package of Cleveland,
102
  Grosse and Shyu.  A later version is available as \code{dloess} at
96
  Grosse and Shyu.  A later version is available as \code{dloess} at
103
  \url{https://netlib.org/a/}.
97
  \url{https://netlib.org/a/}.
104
}
98
}
Line 112... Line 106...
112
 
106
 
113
  \code{degree = 0}, local constant fitting, is allowed in this
107
  \code{degree = 0}, local constant fitting, is allowed in this
114
  implementation but not documented in the reference.  It seems very little
108
  implementation but not documented in the reference.  It seems very little
115
  tested, so use with caution.
109
  tested, so use with caution.
116
}
110
}
-
 
111
\references{
-
 
112
  \bibshow{R:Cleveland+Grosse+Shyu:1992}
-
 
113
}
117
\seealso{
114
\seealso{
118
  \code{\link{loess.control}},
115
  \code{\link{loess.control}},
119
  \code{\link{predict.loess}}.
116
  \code{\link{predict.loess}}.
120
 
117
 
121
  \code{\link{lowess}}, the ancestor of \code{loess} (with
118
  \code{\link{lowess}}, the ancestor of \code{loess} (with