Skip to content

GAM

2 messages · Peppy & Siuly Adi-Purnomo, Brian Ripley

#
Hello,

I need to see the summary of a "gam" object.   Both summary() and anova()
dont seem to handle gam objects.  Do I need a special anova() function to do
this?  any suggestion?

Thanks
Peppy

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Thu, 14 Jun 2001, Peppy & Siuly Adi-Purnomo wrote:

            
Where did you get a "gam" object from?  For example, mgcv generates them,
but it does not have anova or summary methods.  So you would need to write
your own.  There may be other packages generating them for all I know.