Harpagus wrote:That's pretty much what I would like advice on: even though some parameter estimates are awful, do they affect other parameter estimates?
The estimates are along the lines of what one might expect (lower in some age/sex classes). But the 95% CIs span 0.1- >1 for Phi and 0.1 - 0.9 for p.
I'm fine with accepting those as useless, just curious if my other estimates are as well-estimated as they seem.
Thanks!
Stefan
The two-sided 95% confidence interval on c (as reported by the median c-hat procedure) is obtained by picking off the 0.025 and 0.975 probability values from the logistic regression function. In addition, because the lower confidence bound on c is often less than 1, a one-sided 95% confidence bound is also provided. This value is probably of more general value than the two-sided interval, given that c has a lower bound of 1.
Now, what is important to understand here is that MARK generates values for c-hat used in the median c0hat approach by proposing that the 'lack of fit' is entirely extra-binomial (translation: degrees of non-independence amongst individuals). This is *all* it does. This is pointed out in Chapter 5. It is also pointed out in chapter 5 that if your lack of fit isn't extrabinomial, then applying the estimated c-hat is questionable.
Moreover, values of c-hat <1 suggest under-dispersion. You have to work pretty hard to come up with plausible biological arguments for under-dispersion.
So, as per various bits in chapter 5:
1. if there is no plausible biological rationale to believe that there is underdispersion, then set c-hat =1 if the estimate c-hat is <1.
2. you shouldn't set the lower design point for the median c-hat routine <1 (even though you can). In fact MARK can't simulate data for c-hat <1, so you're not actually simulating <1 anyway (although MARK doesn't let you know this).
3. the whole issue of lack of fit relates to (i) is your model structure OK, if so, then (ii) is there a reason to expect extrabinomial noise (overdispersion)? If so, then estimate c-hat - the median approach seems to work pretty well. If you think there is lack of fit that isn't extra-binomial, there isn't a lot you can do. Good news, I suppose, is that most organisms have some level of extra-binomial noise (since for many taxa there is some level of non-independence).
4. don't forget that the estimate of c-hat is just that, an estimate - look at the CI, and the upper bound. Think about what that means.