Skip to content

Lowest AIC after stepAIC can be lowered by manual reduction of variables (Florian Moser)

1 message · Claas Damken

#
A few general comments about stepwiseAIC and a suggestion of how to select models 

a) Apart form the problem, that stepwise selection is not a garanty to get the best model, you need to have a lot of data to avoid overfitting if your model includes 7 parameter plus interactions (> 10 observations per parameter is what you are ideally looking for).
b) Have a look at Anderson and Burnham's book of 2002 about multi model inference if you want to understand how to proper use AIC.

What I'm doing for my analysis at the moment (count data of two species, host and herbivore):

1) I checked which of my parameters explained the abundance of the species , using GLMs and bootstrapping of an LR-test to check if the model with the parameter is better than one without the parameter ( one way to deal with outliers and extrema)

2) Then I build all combinations of those parameters, that predicted the two species well (p-values <0.05, and >95% sucessfull bootstrapping).

3) I wrote down all the multiple models with decent p-values and calculated AICc ( AICc is for small data sets, and should be used anyway as for very large N AIC almost equals AICc)

(the package glmulti does all the combination models and you can set limits on number of parameters or interactions etc)

4) I manually calculated the weigth based on the AICc of each model with proper performance. This gives you a good idea of which one the best model is and how good that model is compared to all the others models considered. Also, you can calculate weights for each parameter which is very usefull if several models are equally good. I my case, the better models had only one or two parameters, but were ecologically meaningfull and not just the result of data dredging.

Hope this helps,

Cheers


Claas Damken
PhD candidate
School of Environment
The University of Auckland | Te Whare Wananga o Tamaki Makaurau
New Zealand