[R] Bivariate Splines in R

Liaw, Andy andy_liaw at merck.com
Tue Dec 13 15:10:31 CET 2005


From: Martin Maechler
> 
> >>>>> "Cal" == Cal Stats <calstats05 at yahoo.com>
> >>>>>     on Mon, 12 Dec 2005 10:25:38 -0800 (PST) writes:
> 
>     Cal> Hi.., is there a function in R to fit bivariate splines
>     Cal> ?  I came across 'polymars' (POLSPLINE) and 'mars'
>     Cal> (mda) packages. Are these the one to use or are there
>     Cal> other specific commands?
> 
> I'd recommend to use  gam(y ~ s(x1,x2))  from the recommended
> package 'mgcv'.
> 
> help(gam)  has many examples, some of which using bivariate
> splines.

The `gss' package might be worth trying, too.

Cheers,
Andy

 
>     Cal> Thanks.
>     Cal> Harsh
> you're welcome;
> Martin Maechler, ETH Zurich
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
> 
>




More information about the R-help mailing list