I'm running a Multi-state mark-recapture analysis on a dataset where states are represented by health (healthy, mild, moderate or severe disease). In several of the time points, the healthy state is not present. The best fit model includes an effect of time and state on survival ('from.to+time'). However, the model is estimating survival as close to 0 for the time steps when the healthy state is not present. (Biologically we know that this is because the healthy individuals are becoming diseased, not because they are dying). For all other time steps the survival estimates are quite high. (This issue also occurs if specify survival as 'from.to.time', and the survival of the healthy individuals is also very low when I specify survival with 'from.to'). I'm wondering if the lack of data in all states at all time points is leading the model to converge on a biologically implausible result. Can I constrain the survival to be within a specific range (for example survival of healthy> survival of mild disease)??
Thank you!