I have a question about gof with a data set with individual covariates.
I have a dataset with 10 capture occasions, two groups, and one individual covariate. Here's a sample line from the .inp file:
/*1*/ 1000100100 1 0 3.425;
My most general model Phi(g*t)p(g*t) has a deviance of 2400.485 When I did the Bootsrap GOF the mean deviance was 539.030. So obviously some evidence of lack of fit. (c hat = 4.45)
I also formatted the input file with the exact same data, but without the covariate, so with 10 capture occasions and two groups:
/*1*/ 1000100100 1 0;
The most general model Phi(g*t)p(g*t) has a deviance of 619.9475. I did a bootsrap GOF on this model and the mean deviance was 539.560. So apparently this model fits the data quite well (c hat = 1.149)
But these two models should be exactly the same, can anyone tell me which c hat I should use?
I also performed a median c hat test on Phi(g*t)p(g*t) with the data set with the covariates and got c hat = 1.334.
I am thoroughly confused; if anyone can help, it would be greatly appreciated!