Skip to content

Lowest AIC after stepAIC can be lowered by manual reduction of variables

2 messages · Florian Moser, Greg Snow

#
Do you understand what you did (not the individual steps, but what the
overall process does)?

You simplified your model using things other than the AIC, if you go
back and look at the AIC at each step that you did you will probably
find that some of the intermediate steps actually had a slightly
higher AIC value and that is why the step function stopped where it
did.  It is common that stepwise methods will give different final
models depending on where they are started and what options are used
and that even then they are not guaranteed to give the "best" model,
even when you can determine what "best" means.  Stepwise methods are
often a complicated equivalent to throwing darts blindfolded (the
final model is more due to random chance than anything else).

What question are you trying to answer?  What model makes the most
sense scientifically?
On Tue, Sep 18, 2012 at 7:27 AM, Florian Moser <floserx2 at yahoo.de> wrote: