I have radio-transmitter tracking data for chicks until 35 days old (at which point they are considered independent). Each chick was not tracked each day (typically 2-3 days between checks, but this was not consistent within or across individuals). Even on days where chicks were tracked, they were not always found (including individuals that were found alive again later), thus p < 1. There are also several circumstances (>50% of individuals) where the transmitter was dropped before the chick reached 35 days. I have one grouping variable (2 groups) and one individual covariate (mass). I am looking for an approach that can help me take these dropped tags into account.
My current plan is to analyze this data using a multistate model with states Alive (A), known dead (D), and unknown (U)--the last state being for chicks with dropped transmitters, with p=0 and transition probabilities to other states = 0. My questions are about the general analysis, but I plan to use RMark in case that is relevant.
1. Should birds with dropped transmitters just be given a 0 in the encounter history when they dropped the transmitter and for the rest of the study? Or does it make sense for 'dropped transmitter' be its own state as I described above? If it's its own state, is it unobservable or observable? I know if I find the transmitter and it's not on the bird....but of course I can't actually observe the bird in that case...
2. How should I treat the missing occasions in the encounter history (i.e. days the chick was not tracked)? In my data the missing tracking occasions differ across many individuals (I have them aligned by age rather than date, such that at time 1 all chicks are 12 days old regardless of hatch date). Should I just code these missing occasions as 0 or would it make sense to create an additional state for missing occasions and set p=0? My thought is that this creates an issue because it will add additional parameters for that new state that need not be estimated.
3. In examples such as Devineau et al 2014 (DOI: 10.1002/jwmg.660), birds are censored with "." after the initially being marked as 'newly dead' (they are newly dead for just the sampling occasion that the death was discovered). Is this appropriate for my case or is it better to mark them as state D for the remainder of the study?
Any suggestions would be greatly appreciated. I am still new to survival analysis and would welcome any suggestions on reading materials.