multistate recoveries in RMark

Hi all,
I am trying to set up an analysis of recoveries in a multistate framework in RMark but I don't seem to get what I should...
I have sex, (initial) age, and a period set as the static structure of the model. I consider 2 states (A = alive, ie the initial capture, and D = dead, ie the recovery). I estimate mortality using transition parameters, hence I need to fix all my survival parameters to 1. I also need to fix transition D->A to 0, which I do by removing the corresponding design data (this works fine).
But to fix survival parameters to 1, I use:
S.1 <- list( formula = ~1, fixed = 1)
The problem is that survival parameters are actually fixed to 1 only for stratum = A but not for stratum = D.
I am a beginner with RMark and I am not so sure if I am doing things properly or if I missed something... In any case I find this confusing...
Has someone already done this type of analysis in RMark, who could help me figure things out?
Thanks in advance for your help
Olivier
I am trying to set up an analysis of recoveries in a multistate framework in RMark but I don't seem to get what I should...
I have sex, (initial) age, and a period set as the static structure of the model. I consider 2 states (A = alive, ie the initial capture, and D = dead, ie the recovery). I estimate mortality using transition parameters, hence I need to fix all my survival parameters to 1. I also need to fix transition D->A to 0, which I do by removing the corresponding design data (this works fine).
But to fix survival parameters to 1, I use:
S.1 <- list( formula = ~1, fixed = 1)
The problem is that survival parameters are actually fixed to 1 only for stratum = A but not for stratum = D.
I am a beginner with RMark and I am not so sure if I am doing things properly or if I missed something... In any case I find this confusing...
Has someone already done this type of analysis in RMark, who could help me figure things out?
Thanks in advance for your help
Olivier