I have a query about the use of mlogit links in multi-state models in RMark.
I am using a 3 state multi-state model to compare disease infection rates at two sites. The states are: A = subadults (all healthy); B= healthy adults; C= diseased adults. State C is an absorbing state in that there is no recovery from disease (so transitions away from C are not allowed – fixed to zero). I want to compare infection rates (A->C and B->C) between the two sites (an unmanaged population with natural disease progression and a managed site at which a “test-and-cull” operation has been implemented).
My concern relates to how RMark implements the mlogit links that constrain all the transitions out of a particular state to =1. I want the mlogit links to be site dependent (so all transitions out of state A at site1 sum to 1 and all transitions out state A at site2 also sum to 1, etc). I’m not sure if this is how RMark implements mlogit links. When I run a model (with a >groups=(“site”) specified in the >process.data call) and look at the “links” output from a model (>model$links) each of the mlogit links has a different numeric value.
How can I be sure that the transitions away from any stratum are only being constrained to add to 1 within a site and not over all sites?