I am using a multistate model to analyze monthly movements of radio-tagged birds among 3 geographic states (1, 2, and 3).
I am only interested in movement therefore I put "." (i.e., p = 0) after the last time a bird was encountered and fixed survival to 1 (but still estimate p). So the Encounter Histories look like:
/*1*/ 00000001101020202......... 1;
/*2*/ 00023001.................. 1;
Questions:
1-Is this a valid approach to estimate transition probabilities among states? My concern is that for each individual the "true detection" for the last occasion is now always 1. I do not know if that is a problem or not.
2-If this is a problem, should I replace the last occasion by a "." ? This way the "true detection" for the last occasion for each bird is now not necessarily 1.
3-Are there any problems or special considerations for using MLogit with individual and "real" covariates (for example: distance between sites or rainfall) (my guess is that there is no problem with "real" covariates, but I am not sure about individual covariates; I was unable to find anything about this in the "Gentle Intro")
I appreciate any advice and help. Thank you in advance!
Andrea