help with R/S functions on nonpar. regression
"Jose" == Jose Ramon G Albert <toots at info.com.ph> writes:
Jose> I have just downloaded this freeware version of R (which seems Jose> to be a clone of S). I was wondering if anyone knows where I Jose> could obtain R or S functions which provide nonparametric Jose> regression curves, e.g. kernel estimators or smoothing Jose> splines. Jose> Any help will be greatly appreciated. Jose> -Jose Ramon Albert Manila, Philippines There is a mailing list r-help at stat.math.ethz.ch for questions like this on R. You may want to subscribe to that list and send future queries about R there. To answer your current question, I believe Brian Ripley's modreg library for R has some of the capabilities you wish.
library(help=modreg)
ksmooth Kernel Regression Smoother
loess Local Polynomial Regression Fitting
loess.control Set Parameters for Loess
loess.smooth Simple Smoothing via Loess
plot.ppr Plot Ridge Functions for Projection Pursuit
Regression Fit
ppr Projection Pursuit Regression
predict.loess Predict Loess Curve or Surface
predict.smooth.spline Predict from Smoothing Spline Fit
scatter.smooth Scatter Plot with Smooth Curve Fitted by Loess
smooth.spline Fit a Smoothing Spline
supsmu Friedmans's SuperSmoother
Check on any Comprehensive R Archive Network (CRAN) site for
information on obtaining R libraries and subscribing to the lists.
The master CRAN site is
http://www.ci.tuwien.ac.at/R/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._