I am doing a site occupancy analysis with a data set having two capture occasions, 12 groups and five covariates. My groups are defined by a year and substrate type (i.e. 2004 gravel or 2005 sand). A line from my .inp file looks like this:
/* 1 */ 00 1 0 0 0 0 0 0 0 0 0 0 0 0 2.25 3.33 1 0 ;
My most general model is p(group) Psi(group). When I use a .inp file with covariates, my observed c-hat for this model is 2.60. Not great but still less than 3 as recommended on page 5-34 of the most recent version of the MARK manual. When I look at my deviance residuals, they are nearly all outside of the lower confidence bound.
When I try to run a median c-hat test I get the error message “every one of your simulated values generated a c-hat value greater than your observed c-hat value, logistic regression cannot be performed”
Then I tried to run a Bootstrap GOF and I get estimates of c-hat in the range of 38.98 to 42.75!
I also input an .inp file containing no covariates. An example line from the inp looks like this:
/* 1 */ 00 1 0 0 0 0 0 0 0 0 0 0 0 ;
When I run the same general model as before {p(group) Psi(group)}, I get a observed c-hat of 43.00. However, using the .inp file without covariates I get residuals symmetrically distributed about 0 and well within the confidence bounds.
I get the same wacky results when I run more constrained models.
What am I doing wrong? I am pretty sure my model doesn’t fit supper well, but is it time to throw in the hat or rethink my model structure?