Learn R Programming

IPMbook (version 0.1.5)

woodchat10: Simulated data for woodchat shrike for use in chapter 10

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 10.

Usage

data(woodchat10)

Arguments

Format

woodchat10 is a list with 4 components:

marr.a

capture histories for females marked as adults in m-array format.

marr.j

capture histories for females marked as fledglings in m-array format.

B

number of broods monitored each year.

J

number of fledglings produced by the monitored broods.

count

number of breeding pairs recorded in each year.

References

Schaub, M., Kéry, M. (2022) Integrated Population Models, Academic Press, section 10.5.1.

Examples

Run this code
data(woodchat10)
str(woodchat10)

Run the code above in your browser using DataLab