gwhite wrote:Julia:
I don't believe that the quote you appended is correct.
The quote came from me, actually.
Bascally, it was something I posted a long time ago on the original forum. The background details are perhaps relevant - here is the original posting:
I have been fooling with some of the closed capture models in MARK, when I realized you need to be a bit careful with intepreting the AIC values.
Here's and example. I simulated a data set with N=5000 individuals, and a constant sampling fraction (i.e., true p) in each year of 25% (i.e., true p=0.25). Here are the simulated encounter histories:
0001 525;
0010 505;
0011 172;
0100 522;
0101 182;
0110 185;
0111 64;
1000 544;
1001 158;
1010 181;
1011 70;
1100 162;
1101 62;
1110 56;
1111 17;
Now, the parameter space is defined by p (probability of initial capture), c (probability of capture given you have already been captured at least once before), and N. So, based on these simulations, the true model is one where p and c are fixed to the same value) (i.e., model (p=c)N.
But, just for grins, I ran models p(.)c(.)N, p(t)c(t)N, and p(t)c(.)N (in the case of model p(.)c(.)N, p and c are constant, but allowed to differ).
Here are the AIC values, ranked in ascending order (the MARK default) - I give the estimates of N from each model to the right:
p(t)c(.)N -32344.90 N-hat=3405
p(t)c(t)N -32343.05 N-hat=3405
(p=c)N -32341.03 N-hat=4949
p(.)c(.)N -32339.12 N-hat=4910
Now, the fact that the AIC is negative has been discussed elsewhere in this forum. But, given the way MARK orders the models based on AIC, the best model will come LAST, not first, if the AIC values are negative. Basically, the best model is the model with the AIC closest to 0 (since AIC is just f(L) + np), which normally just means the smallest AIC. But not when the AIC values are negative. Unless I'm mistaken...
which (apparently) I was.
The best model will still be the model at the top of the AICc list, as ordered by MARK. Remember, all the likelihoods have had a constant left off, and hence, all the AICc values have this same constant times -2 left off. Subtracting a constant from the values does not change the sort order, even if the values are negative. You are still looking for the model with the minimum AICc value.
Gary
So, then, the question is more a function of why (in the example I was working with orignally) the 'true model' under which the data were generated ended up at the bottom of the list (implying it has the worst level of support). That is what led me to my original statement.