Learn R Programming

caribou (version 1.1-1)

GRH01: George River Herd 2001 Data

Description

Population size of the George River (Riviere George) herd (Quebec) from a postcalving survey in July 2001.

Usage

data(GRH01)

Arguments

Format

27 by 2 numeric matrix, with the following columns:

xi

number of radio-collared animals in the detected (photographed) groups

gni

size of the detected groups

Details

During this survey, 109 collars were active. 56 collars (57%) were photographed among the 27 detected groups.

Examples

Run this code
# NOT RUN {
petersen(GRH01, M=109)
abundance(GRH01, n=109, model="H")
abundance(GRH01, n=109, model="I")
abundance(GRH01, n=109, model="T", B=2)
abundance(GRH01, n=109, model="T", B=4)
abundance(GRH01, n=109, model="T", B=6)
# }

Run the code above in your browser using DataLab