WLF 448: Fish & Wildlife Population Ecology

Fall 2010

Lab 10: CAPTURE-MARK-RECAPTURE

I. INTRODUCTION

A. Why use capture methods?

B. Open versus closed populations

  1. Closed population – a population in which there is no recruitment (birth or immigration) or losses (death or emigration) during the period of study.

    a. Geographic

    b. Demographic

  2. Open population – a population that changes in size and composition from births, deaths, and movements.

C. Overview of capture-recapture models:

  1. Closed-population models

    a. two samples – Lincoln-Petersen model (and Chapman modification)

    b. several samples (k>2) – Schnabel (Schumacher-Eschmeyer) model and models in program CAPTURE.

  2. Open-population models (note: geographic closure is still a critical assumption)

    a. Cormack-Jolly-Seber models (based on k>2) in Program MARK.

  3. Combination of open and closed models (Pollock's Robust Design) in Program MARK.

II. LINCOLN-PETERSEN MODEL (2-sample closed-population model)

A. Basic underlying concept of capture-recapture:

A sample of C1 animals is Caught, marked, and released (M2). Later a sample of C2 animals is Captured, of which R2 animals are Recaptures that were previously Marked. If capture probability (p) is independent of marking status, then the proportion of marked animals in the second sample should be equivalent to the proportion of marked animals in the total population (N) so that

R/C = M/N

where N is the total catchable population size. Solving for N yields the estimator:

If sample size is small, the above estimator is biased. For example, what happens if the number of recaptures is zero? A modified version with less bias was originally developed by Chapman (1951) and is commonly called the modified Petersen estimate in fisheries:

Note that Ricker (1975) and many other texts simply drop the -1 as negligible. 

B. Fundamental Assumptions of Lincoln-Petersen estimator:

  1. The population is closed (geographically and demographically).

  2. All animals are equally likely to be captured in each sample.

  3. Capture and marking do not affect catchability.

  4. Each sample is random.

  5. Marks are not lost between sampling occasions.

  6. All marks are recorded correctly and reported on recovery in the second sample.

Note: capture probability ( p) is often defined as the probability of an animal being caught in any trap. Possible sources of variation in p include: (1) heterogeneity (e.g., sex, age, social status, size of fish), (2) behavior (e.g., trap happy or trap shy), and (3) time (e.g., effects of weather or sampling effort on p).

III. SCHNABEL ESTIMATOR (k-sample closed-pop'n model)

A. Schnabel 1938, Schumacher and Eschmeyer 1943

This method extends the Lincoln-Peterson method to a series of samples in which there are 2, 3, 4,..., n samples. Individuals caught at each sample are first examined for marks, then marked and released. Only a single type of mark need be used because we just need to distinguish 2 types of individuals: marked, caught in one or more prior samples; and unmarked, never caught before. For each sample t, the following is determined:

Ct = Total number of individuals caught in sample t

Rt = Number of individuals already marked (Recaptures) when caught in sample t

Mt = Number of marked animals in the pop'n just before the tth sample is taken.

Schnabel treated the multiple samples as a series of Lincoln-Peterson (L-P) samples and obtained a population estimate as a weighted average of the L-P estimates which is an approximation to the maximum likelihood estimate of N:

N^ = SUM (Mt Ct) / ((SUM Rt) + 1)

B. Assumptions of the Schnabel method

C. Advantage of k-sample methods

 

IV. Program CAPTURE (for sampling closed populations)

A. Overview of models in CAPTURE

Violations of the assumptions of equal capture probabilities in capture-recapture studies can lead to unreliable estimates of population size. Program CAPTURE was developed to deal with unequal capture probabilities. It uses different estimators (models) to account for different sources of variation in capture probabilities:

M0 = Equal Catchability Model (null model) -- Assumes every animal in the population has the same p-hat for each sampling period in the study.

Mh = The Heterogeneity Model -- Assumes that each animal has a unique p-hat that remains constant over all trapping occasions. Furthermore, capture probabilities are assumed to be a random sample of all individuals in the population.

Mb = The Trap Response Model -- Adjusts for a change in capture probabilities caused by a response to trapping. An assumption of the Mb model is that the initial p-hat for all animals is the same (equal catchability).

Mbh = The Heterogeneity and Trap Response Model-- Based on the assumption that each animal has its own unique pair of potential capture probabilities, pj and cj (j = 1, ..., N animals in the population), where pj is the initial capture probability and cj is the recapture probability.

Mt = The Time Variation (Schnabel) Model -- Based on the assumption that every individual in the population has the same p-hat for a given sampling occasion, but capture probabilities can vary at each sampling time.

Other Time-Dependent Models: Mth, Mtb, and Mtbh (various combinations of the above models).

B. Choosing the "best" model for your data

Note:
  1. The goodness-of-fit test for Model Mt has low power (i.e., even when the model is false, the test does not have a large probability of rejecting the model), especially for small populations.

  2. When Model Mb is true, there will be time variation in capture probabilities, and there will be a type of heterogeneity of capture probabilities after day 1. This will cause difficulty in selecting the appropriate model.

  3. The model-selection procedure based on tests of the assumptions (related to capture probabilities) produces eight selection criteria, one for each model. At least one criterion will be equal to 1, thereby indicating the appropriate model for the data.

  4. If the selected model has no estimator (mathematical equation), then there is apparently no valid estimator for those data. Select the most appropriate remaining model that has an estimator and use it to estimate N. Note: the resulting estimate is likely to be biased.

  5. The N-hat estimate for Model Mh (the jacknife estimator) is the most robust, followed by N-hatbh, N-hatb, N-hatt, and N-hato. Note: N-hatt always can be used instead of N-hato.

C. Testing the "demographic closure" assumption

D. Using program 2CAPTURE and CAPTURE (an overview)

Note: Program 2CAPTURE is used to build the input file, which then must be submitted to program CAPTURE for analysis. This normally can be accomplished in a single set of steps, but in some instances batch submission of a data file may be necessary.  We will go over this procedure in lab.

*.CAP = input file (an ASCII file containing raw data, without command lines) - used by 2CAPTURE to build an *.INP file.

*.INP = input file (an ASCII file containing command lines and, possibly, raw data) - created by using 2CAPTURE or some type of editor. This file tells CAPTURE what to do with the data.

*.OUT = output file (summary and results of analyses) from CAPTURE. If you do not designate an output file, the program will name the output files CAPTUR1, CAPTUR2, etc.

TITLE=' a title of your choice ' 
TASK READ CAPTURES OCCASIONS=(#) (matrix type) FILE=(input file name-optional) 
DATA='a name of your choice that describes the data, source, etc.' Note:optional 
FORMAT='(Fortran code-describes data location by column number)'
READ INPUT DATA 
     Data are entered here or stored in the file referenced above. 
TASK MODEL SELECTION OCCASIONS=(#-#) (occasions command is optional) 
TASK CLOSURE TEST OCCASIONS=(#-#) (occasions command is optional) 
TASK POPULATION ESTIMATE APPROPRIATE 
  1. List of task statements, commands, warning messages, etc. Note: Ignore warnings if you got a "Capture Normal End" statement on your screen.

  2. Definitions of symbols/variables used in the output (you may not get this page in your output - see next section)

  3. Summary of capture history for each animal (if applicable and if SUMMARY is included in the TASK READ CAPTURES line).

  4. Results of model-selection tests (7 tests possible). Note: see Selection Criteria

  5. Population estimates and confidence intervals

  6. Test for closure (if requested and if applicable to the model selected)

t - number of trapping occasions.

n(j) - number of animals captured in the jth sample, j=1,...,t. This is the total number of captures in the experiment.

u(j) - number of new (unmarked) animals captured in the jth sample, j=1,...,t.

f(j) - the capture frequencies. The number of individuals captured exactly j times in t days of trapping j=1,...,t.

M(j) - the number of marked animals in the population at time of the jth sample, j=2,...,t. Note that M(1) equals zero.

M(t+1) - the number of distinct individuals caught during the experiment.

N^ - the estimated population.

p^ - estimated probability of capture.

p^(j) - the estimated probability of capture by occasion.

p-bar - average probability of capture for the generalized removal model.

c^ - estimated probability of recapture.

V. SELECTED REFERENCES

Revised: October 26, 2010