Hi.., is there a function in R to fit bivariate splines ? I came across 'polymars' (POLSPLINE) and 'mars' (mda) packages. Are these the one to use or are there other specific commands? Thanks. Harsh
>>>>> "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. Cal> Thanks. Cal> Harsh you're welcome; Martin Maechler, ETH Zurich
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 > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > R-project.org/posting-guide.html > >