Population Statistics I
Homework 4

This homework assignment consists of several problems. Each problem is a capture-recapture experiment. Perform the required analyses, then for each problem, write a separate executive summary of at most 1 page for each problem. I'm not interested in seeing output generated by the various programs. I want to see a report from you on what you believe to be the important and relevant details of your work. Obviously it is important to report on what software you used or how you computed your results.

Problem 1.

Rose Lake Wildlife Research Station in Michigan conducted yearly surveys of cottontail rabbit populations prior to the hunting season. Several years of this data are given in Bishop et al. (1975:245) where the data are presented as two trapping periods and a single harvest sample. The capture history data for 1968 are given in the following table.

First
Sample   
Second
Sample   
Hunter's   
Bag
Count




Present Present Present    9
Present Absent Present    3
Absent Present Present    4
Absent Absent Present  41
Present Present Absent  31
Present Absent Absent  41
Absent Present Absent  29
Absent Absent Absent    .

Problem 2.

Cormack (1989) reports on a data set of Eider ducks and gives the capture history data for 6 periods of time (the first and last times are actually data pooled over more than 1 year). Treat this data set as having come from 6 yearly capture-recapture samples. The EiderDucks.inp file is already in a format suitable for use with program MARK.

Problem 3.

Brownie et al. (1985) report on adult Mallard duck band return data from San Luis Valley. Fit band recovery data models to these data. Report on the model that you have selected as a "best" fit, and tell why you selected that specific model. Give a table of survival estimates, standard errors, and confidence limits. The data are given in the table below in the recovery matrix input format that can be used directly by program MARK. Place this data into an ".inp" file and use it with MARK to perform the appropriate analyses.
/* San Luis Valley Adult Mallards: Page 92, Brownie et al. 1985 */
glabel(1)=Adults;
recovery matrix group=1;
10 13 06 01 01 03 01 02 00;
   58 21 16 15 13 06 01 01;
      54 39 23 18 11 10 06;
         44 21 22 09 09 03;
            55 39 23 11 12;
               66 46 29 18;
                 101 59 30;
                     97 22;
                        21;
231 649 885 550 943 1077 1250 938 312;

To Top of Document

Last Modified: April 10, 2001