Skip to content
Prev 75218 / 398502 Next

AIC model selection

First, AIC is `An Information Criterion' according to Akaike.

Second, help.search("AIC") turns up

stepAIC(MASS)           Choose a model by AIC in a Stepwise Algorithm
multinom(nnet)          Fit Multinomial Log-linear Models
mosaicplot(graphics)    Mosaic Plots
AIC(stats)              Akaike's An Information Criterion
extractAIC(stats)       Extract AIC from a Fitted Model
step(stats)             Choose a model by AIC in a Stepwise Algorithm
AIC-methods(stats4)     Methods for Function 'AIC' in Package 'stats4'
frailty(survival)       (Approximate) Frailty models

Did you not notice that two of those are answers to your question?
On Mon, 8 Aug 2005, Martin Kardos wrote: