Learn R Programming

IPMbook (version 0.1.5)

woodchat5: Simulated data for woodchat shrike for use in chapter 5

Description

Demographic parameters based on the woodchat shrike are introduced in Schaub & Kéry (2021) section 3.2 and details of the simulation are given in section 5.5. This data set has simulated data for use in chapter 5.

Usage

data(woodchat5)

Arguments

Format

woodchat5 is a list with 4 components:

ch

capture histories for 1902 females x 20 years.

age

the age of each individual at first capture: 1 = juvenile, 2 = at least 1 year old (adult).

repro

reproduction information for 929 monitored nests: Reproduction = total number of fledglings (male + female), Year = year monitored, Age of mother = 1 = 1 year old, 2 = at least 2 years old.

count

total number of breeding pairs observed in each year.

References

Schaub, M., Kéry, M. (2022) Integrated Population Models, Academic Press, chapter 5.

Examples

Run this code
data(woodchat5)
str(woodchat5)

Run the code above in your browser using DataLab