Multi-Strata Model for Live Recaptures

The multi-strata model (also known as multi-state model) of Brownie et al. (1993) and Hestbeck et al. (1991) allows animals to move between strata with transition probabilities. These models are an extention of the Cormack-Jolly-Seber model (CJS) (Cormack 1964, Jolly 1965, Seber 1965) live recapture model extended to multiple areas or strata. A multi-strata model with live and dead encounters can also be fitted in MARK, as well as the robust-design multistrata model. In addition, the set of psi parameters (see below) can be redefined as to which transitions are estimated with the Change PIM Definitions menu choice.

Model Structure

Define the probability of survival for an animal during interval i on strata j as S(ij), and the probability that the animal is captured during encounter occasion i on strata j as p(ij). In addition, the probability that an animal moves from strata j to strata k during interval i is psi(ijk). If the

psi(ijk) have the constraint that

sum from k=1 to K of psi (ijk) = 1,

estimation is possible. The effect of this constraint is that animals that move off all the strata in the study, i.e., move outside the study area, cause the estimates of survival to be biased in the sense that “apparent survival” is estimated. That is, emigration off all the strata in the study results in “apparent survival” being survival times the probability that the animal remains on the study area. Note that a special link function, the multinomial logit link function, has been included as an option if parameter-specific link functions are used to enforce the above constraint.

A simple example will make this model clearer. Assume that 3 strata are sampled: A, B, and C (these are the strata labels). Encounter histories must include the information of which strata an animal was captured on. Thus, instead of using a “1" to indicate capture, we use the strata label. For 5 encounter occasions, a history such as

BCACC

could result. That is, the animal was initially captured on strata B, captured on strata C during the second occasion, captured on strata A on the third occasion, captured on strata C on the fourth occasion, and then on strata A on the fifth occasion. The cell probability describing this encounter history is

[S(1B) psi(1BC) p(2C)] [S(2C) psi(2CA) p(3A)] [S(3A) psi(3AC) p(4C)] [S(4C) (1 - psi(4CA) - psi(4CB)) p(5A)],

where encounter occasions are separated within brackets. Note that for the fourth interval, the probability of remaining on strata C is just 1 minus the sum of the probabilities of leaving strata C. This cell probability demonstrates a key assumption of this model: survival is modeled with the survival rate for the strata where the animal was captured, and then movement to a new strata takes place. That is, all mortality takes place before movement. An animal cannot move to a new strata where a different survival rate pertains, and then die. If it dies, it must do so on the current strata. If it lives, then it can move to a new strata. This assumption is critical if survival rates are different between the strata. If survival is constant across the strata, then the assumption is not important. Biologically, this assumption is difficult to accept, and limits the usefulness of the model.

The nastiness that results when an animal is not captured (i.e., a 0 is in the encounter history) is difficult to demonstrate without matrix algebra. However, to give you a feeling for what happens, consider the encounter history

BC0CA .

The 0 on occasion 3 can be explained by 3 possibilities: the animal remained on C and was not captured:

S(2C) [1 - psi(2CA) - psi(2CB)] [1 - p(3C)] S(3C) [1 - psi(2CA) - psi(2CB)] p(4C) ,

or the animal moved to strata A and was not captured, and then moved back to C:

S(2C) psi(2CA) [1 - p(3A)] S(3A) psi(2AC) p(4C) ,

or the animal moved to strata B and was not captured, and then moved back to C:

S(2C) psi(2CB) [1 - p(3B)] S(3B) psi(2BC) p(4C) .

For both of the cases where the animal moved, it has to return to strata C, because it was captured on strata C during the fourth occasion.

The number of parameters in this simple example is already large. There are 3 strata-specific survival rates for each interval, and 3 strata-specific capture probabilities for the last 4 occasions. In addition, each interval i has the transition probabilities psi(iAB), psi(iAC), psi(iBC), psi(iBA), psi(iCA), and psi(iCB). Thus, a total of 12 PIMs are created in Program MARK to estimate these parameters. Note that these PIMs can be redefined with the Change PIM Definition menu choice to select a different psi as the value obtained by subtraction.

A trick to remember with the multi-strata models is that the sum of the psi values from a stratum must be <= 1. The multinomial logit link, mlogit, is available to help enforce this constraint.

Another difficulty with the multi-strata models is that there may be multiple maximums in the likelihood funciton. To be more sure that the solution you have found for the estimates is the global maximum of the likelihood, consider checking the solution with the simulated annealing algorithm.

At this time, only the movement model without memory is implemented in Program MARK. Brownie et al. (1993) describe more complex models where the animal remembers where it was on the previous occasion. This memory model requires a very large amount of data to provide reasonable estimates because the number of parameters grows quickly, even more so than the model considered above.

The multi-strata data type has also been extended to incorporate the robust design, including all 12 of the possible closed captures data types, plus dead recoveries can be included in the multi-strata data type with live and dead encounters. With the closed captures robust design extention of the multistrata models, you can obtain estimates of the population size of each stratum.

More details on the theory of the multi-strata model are available at the WWW site http://www.cnr.colostate.edu/class_info/fw883/multistrata.pdf.

Each stratum occurring in the data must be identified with a single character stratum label that identifies the stratum in the encounter histories. In addition, each stratum can have a more detailed descriptor (the strata name) that identifies the strata in the output.