Recruitment Parameters in Jolly-Seber Models

ContentsIndex


Recruitment Parameters in Jolly-Seber Models

The Jolly-Seber models estimate the recruitment rate into the population, as well at the apparent survival rate, phi, and the probability of capture given that the animal is available for capture (p).  Because the parametrization of the Jolly-Seber model is not unique, multiple parametrizations have been developed and are provided in MARK.  

Pradel Models

Pradel’s (1996) original paper defined the parameter gamma(i) as the probability that an animal at time i had not entered the population between time i and i-1.  In terms of Jolly’s original model, gamma(i+1) = 1 – B(i)/N(i+1).

Lambda is the rate of change of the population, so lambda(i) = N(i+1)/N(i).  The default link function for lambda is the log link.  That is, unless a parameter-specific link is used, lambda will be computed with the log link.

f is the fecundity rate of the population, so that f(i) is the number of new animals in the population at time i per animal in the population at time i-1, or N(i+1) = N(i) f(i) + N(i) phi(i) .  The default link function for f is the log link.  That is, unless a parameter-specific link is used, f will be computed with the log link.

The following table provides the relationships between these 3 parameters.

  gamma(i+1) = phi(i)/[f(i) + phi(i)]

  gamma(i+1) = phi(i)/lambda(i)

  lambda(i) = phi(i)/gamma(i+1)

  lambda(i) = f(i) + phi(i)

  f(i) = lambda(i) – phi(i)

  f(i) = phi(i) { [ 1 – gamma(i+1) ] / gamma(i+1) }

Because all of the Pradel models are based on the same likelihood (including the mixture models), the AIC values of these models are comparable.  However, none of the other models in the set of models discussed here, except the Link-Barker data type,have the same likelihood, so AIC values are not comparable.

Pradel et al. (2009) proposed using the Pledger mixture model with the Pradel model.  The mixture distribution is only applied to the p parameter, as described here.

Individual covariates can be used to model phi and p in the Pradel models.  However, the biological meaning of modeling lambda as a function of an individual covariate is not clear.  Intuitively, it makes more sense to model f and gamma as functions of individual covariates, even though these parameters can be combined with phi to provide a derived estimate of lambda.

Pradel’s original paper included parameters to handle losses on capture, or animals removed from the population.  However, this parametrization is not what is coded in MARK, because normally the cost of all the extra parameters is a nuisance.  If your data has many losses on capture, then you should be using the Link-Barker parametrization.

Burnham’s Jolly-Seber Model

Burnham developed a parametrization of the Jolly-Seber model that provides estimates of the rate of population change (lambda) and the population size on the first trapping occasion (N(1)).  However, the likelihood of this model has been consistently difficult to optimize because of the penalty constraints required to keep the parameters consistent with each other.  Thus, its use is not suggested.

Simulated annealing (alternate optimization method) does sometimes produce valid estimates with this data type.

POPAN

Schwarz and Arnason (1996) parametrized the Jolly-Seber model in terms of a super population (N), and the probability of entry (pent in MARK, beta in the paper).  The POPAN data type implements this model.  The MLogit link function provides a constraint that makes the sum of the pent parameters <= 1, with the probability of occurring in the population on the first occasion as 1 – sum(pent(t)).

The POPAN data type is the only open model in MARK that will generally produce a population estimate for the super population or the population size at each occasion.  The Burnham model will sometimes produce estimates of population sizes.

Link-Barker

Link and Barker (2003) reparametrized the POPAN model from the probability of entry (pent) to the recruitment parameter (f), and is available as the Link-Barker data type.  The reason for this reparametrization was to provide a more biologically meaningful interpretation of the parameters of the model, as part of a hierarchical modeling approach.  Both the Pradel recruitment and the Link-Barker model have the f parameter.  However, these parameters are not exactly equivalent, although they generate identical estimates if there are not losses on capture, i.e., all animals captured are also released.  One advantage of the Link-Barker model is that f is not affected by losses on capture, whereas the Pradel parametrization is affected by losses on capture.  Thus, if you have losses on capture, then you should be using the Link-Barker model in MARK rather than the Pradel f model.
A version of the Link-Barker data type with individual random effects has also been implemented.