I am analyzing CMR data using Full Closed models with heterogeneity via RMark and have discovered an issue with calculating a single capture probability across mixtures using model averaged estimates. The problem is linked to the estimate of pi. In my study, there is a small proportion of the population for which p is relatively high and a large proportion of the population for which p is relatively low. In my models set, I have various models that include mixtures and all produce similar estimates for piA. For some of those models, the estimation procedure converges to and reports, in this order, an estimate of piA reflecting the larger proportion, estimates of pA reflecting low p, and estimates of pB reflecting high p. For other mixture models, the reported estimate of piA reflects the smaller proportion followed by pA reflecting high p and pB reflecting low p. When these estimates are model averaged, the end result is different than a case where estimates of piA for all models reflect the same proportion of the population. Below is a simple example of what is happening in each scenario:
CASE 1 Estimate, Weight, Weighted estimate, Model averaged estimate
piA-Model A 0.9, 0.7, 0.63, 0.66
pA-Model A 0.05, 0.7, 0.035, 0.11
pB-Model A 0.25, 0.7, 0.175, 0.19
piA-Model B 0.1, 0.3, 0.03,
pA-Model B 0.25, 0.3, 0.075,
pB-Model B 0.05, 0.3, 0.015,
CASE 2 Estimate, Weight, Weighted estimate, Model averaged estimate
piA-Model A 0.9, 0.7, 0.63, 0.9
pA-Model A 0.05, 0.7, 0.035, 0.05
pB-Model A 0.25, 0.7, 0.175, 0.25
piA-Model B 0.9, 0.3, 0.27,
pA-Model B 0.05, 0.3, 0.015,
pB-Model B 0.25, 0.3, 0.075,
As you can see, the model averaged estimates are quite different resulting in the single estimate for p across mixtures (using (piA*pA)+((1-pA)*pB) to be 0.137 for case 1 and 0.07 for case 2. Has anyone esle run into this problem? Is there any way in MARK to ensure that the estimate of pi for each model reflects the same proportion?