Now for your question: I think AIC should be a fine model-selection
metric, in general. I forget which criteria are used in the existing
selection procedures in R, Mallows Cp is one of them, but there are
many more. I suggest looking into that (the MASS library might have
some general functions for doing model selection which you could work
off of).
I think if you add factors based on significant coefficients at the
0.05 level then such factors will also show at least 2 units
improvement in AIC so there is a general consistency in how those two
methods should work, at least for the marginal "step" in the model
selection procedure. However , if you are using small p-values to
select , simultaneously, a bunch of covariates then you could well
wind up with different models at the end.
No model selection method is generally better or worse than any other
(which is why there are so many).
regards
andy
In the new version of unmarked, I added a crude function for
likelihood-ratio tests. It has not been documented yet, and it is up
to the user to ensure that the models are nested. Try this:
example(modSel)
LRT(fm1, fm2)
You should probably think about adjusting your p-values if you are
going to use this approach for model selection.
Richard
Richard