[R] bivariate function in gam model
Chong Gu
chong at stat.purdue.edu
Fri May 18 18:19:04 CEST 2001
X-Sender: spe2 at postoffice.mail.cornell.edu (Unverified)
X-Mailer: QUALCOMM Windows Eudora Version 5.0.1
Date: Thu, 17 May 2001 09:54:03 -0500
From: Stephen Ellner <spe2 at cornell.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Sender: owner-r-help at stat.math.ethz.ch
Precedence: SfS-bulk
I don't think this actually is a GAM model
> logit(p) = a + f(x1) + f(x2) + f(x1,x2)
unless you mean f(x1*x2) or something like that instead of a
completely general f(x1,x2); in particular it is equivalent to
(*) logit(p) = f(x1,x2)
with f(x1,x2) a surface. I'm not aware of anything for R that
includes nonparametric bivariate logistic regression, unless
maybe one of the fitting options in nnet would be appropriate for
your data? tps in funfits can fit a bivariate surface but the only
fitting option is least squares.
>
> R-users --
>
> I would be interested in tools in R to fit the following gam model:
>
> logit(p) = a + f(x1) + f(x2) + f(x1,x2),
>
> where f(x1,x2) defines a surface.
>
> I have looked into the mgcv library, but it seems only to fit models of
> the form:
>
> logit(p) = a + f(x1) + f(x2)
>
> Any ideas?
>
> Cheers,
> Dan
>
-------------------------------------------------------
Stephen P. Ellner (spe2 at cornell.edu)
Dept. of Ecology and Evolutionary Biology
Corson Hall, Cornell University, Ithaca NY 14853-2701
Phone (607) 254-4221 FAX (607) 255-8088
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
You may want to check out the gss package.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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