[R] GAM and NN in R

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Dec 21 12:49:57 CET 2000


> Date: Thu, 21 Dec 2000 12:08:26 +0100
> From: lehmanna <Anthony.Lehmann at leba.unige.ch>
> 
> I am just starting to use R and I was wondering whether it existed
> modules for Generalized Additive Models and Neural Network.

Neural Networks:  nnet in the VR bundle

Generalized Additive Models:  There's a gam in package mgcv and package
gss does these too.  For Gaussian GAMs, see also bruto in package mda.
All of these have different strengths (and weaknesses).  None of them
do (AFAIK) gam models like gam(y ~ lo(x1,x2)) as S does (using loess
not splines).

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list