Data from: A scalable integrated population model for estimating abundance for gamebird management
Data files
Mar 31, 2026 version files 3.22 GB
-
O_IPM_run24.Rdata
1.30 GB
-
R_IPM_run24.Rdata
565.48 MB
-
README.md
3.18 KB
-
V_IPM_run24.Rdata
1.35 GB
Abstract
Understanding population dynamics is critical for informed wildlife management decisions. However, the data required to estimate demographic parameters can be costly for agencies to acquire, and issues with model scalability often hinder efforts to gain insights into broad-scale population dynamics. In this study, we develop two Bayesian integrated population models (IPMs) to estimate demographic parameters for wild turkey populations (Meleagris gallopavo silvestris) in Pennsylvania—a valuable game species for which understanding trends in abundance is essential for determining sustainable harvest limits.
The first model, termed the Research IPM (R-IPM), uses data from a short-term, high-intensity project, incorporating telemetry data, band recoveries, and harvest information from specific Wildlife Management Units (WMUs). The second model, the Operational IPM (O-IPM), operates at a broader regional scale using routinely collected statewide data, with informed priors derived from the R-IPM posteriors. This approach allows us to estimate population parameters beyond the spatial and temporal boundaries of our intensive data collection.
Both the R-IPM and O-IPMs produced biologically reasonable estimates that align with previous research. The O-IPM achieved precision comparable to the R-IPM despite using less intensive data collection procedures, particularly when informed by priors from the R-IPM. Our comparison with a version of the O-IPM, using vague as opposed to informed priors, demonstrated that incorporating prior information substantially improved parameter precision, especially for juvenile females where data were limited.
Synthesis and application: Our O-IPM presents an efficient and practical approach for estimating wildlife population demographics, particularly in situations where data collection is limited. This study demonstrates how information from intensive, localized research can be leveraged to inform broader-scale management through strategic use of prior information. Our findings emphasize the importance of balancing model complexity with the scale of management interest. Achieving this balance enables wildlife managers to obtain reliable population estimates and make cost-effective management decisions across larger spatial extents than would be possible with intensive data collection alone.
Integrated Population Model (IPM) for Wild Turkey in Pennsylvania
Overview
This repository contains two Integrated Population Models (IPMs) for estimating the abundance, survival, and recruitment of wild turkeys in Pennsylvania. Both models account for age class and sex differences:
The Research IPM operates at the scale of three Wildlife Management Units (WMUs).
The Operational IPM leverages informative priors from the Complex IPM posteriors to estimate parameters at the broader wildlife management region scale.
Key Demographic Parameters:
Survival
Abundance
Recruitment
Research IPM (R-IPM)
The R-IPM estimates demographic parameters at the WMU scale for males and females.
Estimations by:
Season: Females (November), Males (May)
Geographic Scale: 3 WMUs
Sex: Male, Female
Age Class: Adult, Juvenile
Models
Males:
Dead Recovery Model: Estimates harvest and survival rates at the WMU or regional level.
Lincoln-Peterson Estimator*: Estimates abundance at four biologically relevant time points throughout the year.
Females:
Known-Fate Model: Estimates annual survival from telemetered females.
Recruitment Models:
Hen with Brood (HWB) Model: Estimates the number of hens with poults on September 1.
Poults:Brood (PPB) Model: Estimates the ratio of poults to broods.
Lincoln-Peterson Estimator: Estimates abundance at four biologically relevant time points throughout the year.
Data File:
R_IPM_run24.Rdata – Contains setup data, model, and IPM output.
Operational IPM (O-IPM)
The O-IPM estimates demographic parameters at the region scale for males and females, using informative priors derived from the Complex IPM.
Estimations by:
Season: Females (November), Males (May)
Geographic Scale: 9 regions
Sex: Male, Female
Age Class: Adult, Juvenile
Models
Males:
Dead Recovery Model: Estimates harvest and survival rates at the WMU or regional level.
Lincoln-Peterson Estimator: Estimates abundance at four biologically relevant time points throughout the year.
Females:
Recruitment Models:
Hen with Brood (HWB) Model: Estimates the number of hens with poults on September 1.
Poults:Brood (PPB) Model: Estimates the ratio of poults to broods.
Lincoln-Peterson Estimator: Estimates abundance at four biologically relevant time points throughout the year.
Data File:
O_IPM_run24.Rdata – Contains setup data, model, and IPM output.
Evaluating O-IPM with Vague Priors (V-IPM)
To assess the impact of informative priors, we also fitted the Operational IPM with vague Beta(1,1) priors on female harvest rates and survival.
Data File:
V_IPM_run24.Rdata – Contains the V-IPM model and the setup data data is O_IPM_run24.Rdata. The set up data does not differ, only priors in the model.
Code/Software
All scripts are available on GitHub: https://github.com/vawinter/ScalableIPM
