My aim is to study the age variations of the residence time at a colony for greater flamingos I’m considering a multistates model applied to the reobservations of banded flamingos at a colony with the following states: « 1 » flamingo with an egg, « 2 » Flamingo with chick on island « 3 » Flamingo with chick in creche out of island. The season of reproduction is divided in 16 time intervals of 10 days. (/For example for each time interval, a flamingo seen at least once during these 10 days will be noted as state “1”)
First I began to run models from a simple .inp file, containing only capture histories:
0110001111030000 1;
0110001120033000 1;
0110001200000000 1;
Then, I integrated an individual covariate (age) at my first .inp file
(it is exactly the same dataset, only the covariate is added):
1110000000000000 1 12;
1112001110000000 1 12;
0000000000000003 1 13;
By building from the PIM chart the same model (same parameter fixed to zero, same link function, same adjustment of ĉ) with these two files (thus without taking into account the covariate in the second one) I obtain very different values of Deviance??
ĉ = 1,56
Simple file QAICc #Par QDeviance
S(state*t) p(state*t) Psi (state*t) 6087,286 112 1869,11
File with covariate
S(state*t) p(state*t) Psi (state*t) 7825,323 112 7592,745

Thanks in advance for your help.
Lucie.