Integrating acoustic telemetry and demographic modeling to inform cisco (Coregonus artedi) restoration in Keuka Lake, New York
Data files
Apr 16, 2025 version files 126.41 KB
-
AdultCiscoKeukaLake_1979to1991.csv
4.13 KB
-
KeukaLakeCiscoPVA_Script.R
66.10 KB
-
mcmc_samples.rds
52.07 KB
-
README.md
4.11 KB
Apr 16, 2025 version files 126.52 KB
-
AdultCiscoKeukaLake_1979to1991.csv
4.13 KB
-
KeukaLakeCiscoPVA_Script.R
66.11 KB
-
mcmc_samples.rds
52.07 KB
-
README.md
4.21 KB
Abstract
Stocking is an important conservation tool to restore fish populations. Yet, assessing restoration success is often limited by a lack of field-based demographic information at low abundance, particularly for juvenile fish. Using outcomes from a cisco (Coregonus artedi) reintroduction to Keuka Lake, New York, USA, we demonstrate a data-driven approach to assess fish stocking performance and evaluate the likelihood of achieving conservation goals.
This project includes data and code for a multistage time-to-event survival model and population viability analysis with a Leslie matrix life-stage model to evaluate re-establishing a cisco population in Keuka Lake.
Updated version 2: Added "New York" to title. No other data file changes.
Contents: (1) Project description (2) Project citation (3) Data author and contact (4) Description of the project data files and R code
(1) Project description:
We provide adult cisco (Coregonus artedi) catch data and output from juvenile cisco multistage time-to-event survival modeling for restoration assessment. We also provide a program R script for demographic analysis and population viability analysis for the reintroduced cisco population in Keuka Lake, New York, USA.
Archived files include: i. Project README file ii. mcmc_samples.rds iii.AdultCiscoKeukaLake_1979to1991.csv iv. KeukaLakeCiscoPVA_script.R
(2) Project citation:
Koeberle, A. L., Hammers, B. E., Pearsall, W., Mulhall, D., Haley, A., Grausgruber, S. J., Chalupnicki, M., McKenna, J. E., Cooch, E. G., Rudstam, L. G., Sethi, S. A. (2025). Integrating acoustic telemetry and demographic modeling to inform cisco (Coregonus artedi) restoration in Keuka Lake, New York [Dataset]. Dryad.
(3) Data author and contact
Alexander L. Koeberle Department of Natural Resources and the Environment Cornell University alk239@cornell.edu
(4) Description of the project data files and R code
DATA FILE 1: MCMC samples from multistage juvenile survival analysis mcmc_samples.rds
Study years: 2019-2021 Location of data collection: Keuka Lake, New York, USA
Description: This .rds file contains an R object of the MCMC output (a list of three MCMC chains) from the top-ranked multistage time-to-event model to estimate juvenile cisco survival in Keuka Lake.
An acoustic telemetry study of hatchery-reared juvenile Cisco was conducted following acoustic transmitter implantation procedures by:
McKenna Jr., J.E., et al. 2021. "Acoustic tag retention and tagging mortality of juvenile cisco Coregonus artedi." Journal of Great Lakes Research 47(3): https://doi.org/10.1016/j.jglr.2021.03.020.
Time-to-event data was collected and analyzed via a whole-lake acoustic telemetry experiment described by:
Koeberle, A.L., et al. 2023. "Whole-lake acoustic telemetry to evaluate survival of stocked juvenile fish." Scientific Reports 13: https://doi.org/10.1038/s41598-023-46330-6.
We fit a suite of candidate 1-, 2-, and 3-stage time-to-event models (n = 16 total models) that investigated 'size' (length), 'release age' (0 or 1), and 'condition factor' (K) covariate effects on survival. Models were implemented in a Bayesian framework using JAGS with the R package 'rjags'. Full model specifications, example code, and Keuka Lake Cisco time-to-event data (provided by NYSDEC) applied to this analysis are available here:
Sethi, S.A., et al. 2024. "Multistage time-to-event models improve survival inference by partitioning mortality processes of tracked organisms." Scientific Reports 14: https://doi.org/10.1038/s41598-024-64653-w.
DATA FILE 2: Historical cisco catch AdultCiscoKeukaLake_1979to1991.csv
Study years: 1979-1991 Location of data collection: Keuka Lake, New York, USA
Description: Data provided by New York State Department of Environmental Conservation (NYSDEC). Catch data collected from lake-wide standard Lake Trout gillnet surveys (n = 110 total netted Cisco).
- Columns fish.no: Sequentially numbered fish
- lake: Study location ('Keuka', Keuka lake, NY, USA)
- species: Study species ('Cisco', cisco Coregonus artedi)
- survey.date: Full date of gillnet
- survey year: Year of gillnet survey
- total.length.mm: Total length (mm) of caught fish
- age: Age (years) of caught fish via scales
FILE: Data analysis KeukaLakeCiscoPVA_Script.R
Program R script for all analyses in: Koeberle, A.L., et al. (2025) "Integrating acoustic telemetry and demographic modeling to inform cisco (Coregonus artedi) restoration in Keuka Lake, New York".
