I ran a Huggin's closed model on data that consists of 20 encounters and two groups: positive for disease and negative for disease. I have a total of 106 individuals that were marked over this period. I just wanted to ask the simple question of whether the detection probabilities differ between the two disease groups.
These are the top models I ran:
Model Model Description AICc ΔAICc Model Weight Parameters Deviance
Mb p(.), c(.) 1380.933 0 0.99995 4 1239.442
Mt p(t)=c(t) 1400.907 19.9743 0.00005 40 1185.858
M0 p(.)=c(.) 1424.331 43.3981 0 2 1286.854
I want to estimate the parameters of p and c for each disease group and came up with these:
Parameter Estimate Standard Error Lower Upper
p for Pos 0.0702935 0.0226816 0.036883 0.129889
p for Neg 0.0000002 9.38E-05 1.75E-224 1
c for Pos 0.0799395 0.0105325 0.061581 0.10317
c for Neg 0.1674681 0.0182633 0.134654 0.206372
I have rerun this model because p for the negative group doesn't seem right. The lower CI and standard error seem very low. I followed the steps in the manual and am not sure what went wrong. I've tried to look through the forum to see if anyone has had this problem. Can anyone suggest something I might have not done properly?
Thank you very much for your help.