Skip to content
Prev 274320 / 398506 Next

Question about GAMs

I am not an expert on this, but there is a way to check this. You can predict
from a gam using predict(ozonea, newdata=...). In the "newdata" argument you
can specify the X-values of interest to you. Thus, you can compare if your
predictions are the same when predicted directly from the gam or when
predicted by hand.

HTH,
Daniel
pigpigmeow wrote:
--
View this message in context: http://r.789695.n4.nabble.com/Question-about-GAMs-tp3900848p3901383.html
Sent from the R help mailing list archive at Nabble.com.