[R] AIC in GAM model

Simon Wood simon at stats.gla.ac.uk
Tue Oct 19 15:58:56 CEST 2004


> How can I obtain AIC index when my model is a GAM?
> Thanks
um <- gam(y~s(x))
AIC(um)
- I think this works for packages mgcv (>1.1) and gam. 

best,
Simon




More information about the R-help mailing list