Learn R Programming

mra (version 2.1)

dipper.data: European Dipper data

Description

Example capture-recapture data from a study of European dippers.

Usage

data(dipper.data)

Arguments

source

Amstrup, S. C., McDonald, T. L., and Manly, B. F. J. 2005. Handbook of Capture-Recapture Analysis. Princeton University Press. [Chapter 9 has several examples that use this data.]

Details

This is a popular capture-recapture example data set. It has been analyzed by Lebreton et al. (1992) Amstrup et al. (2005) and others. dipper.males is a vector indicating male birds. I.e., dipper.males <- dipper.data$males dipper.histories is a matrix of just the capture history columns h1 - h7, extracted from dipper.data and made into a matrix. This matrix is fed directly into F.cr.estim.

Examples

Run this code
data(dipper.data)

Run the code above in your browser using DataLab