Skip to content

doserjef/Doser_et_al_2024_MEE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spAbundance: An R package for single-species and multi-species spatially-explicit abundance models

Methods in Ecology and Evolution

Code/Data DOI: DOI

Package Website and Repository

Please contact the first author for questions about the code or data used in the empirical case studies: Jeffrey W. Doser (doserjef@msu.edu)


Abstract

  1. Numerous modeling techniques exist to estimate abundance of plant and animal populations. These methods seek to estimate abundance while accounting for multiple complexities found in ecological data, such as observational biases, spatial autocorrelation, and species correlations. There is, however, a lack of user-friendly and computationally efficient software to implement the various models, particularly for large data sets.
  2. We developed the spAbundance R package for fitting spatially-explicit Bayesian single-species and multi-species hierarchical distance sampling models, N-mixture models, and generalized linear mixed models. The models within the package can account for spatial autocorrelation using Nearest Neighbor Gaussian Processes and accommodate species correlations in multi-species models using a latent factor approach, which enables model fitting for data sets with large numbers of sites and/or species.
  3. We provide three vignettes and three case studies that highlight spAbundance functionality. We used spatially-explicit multi-species distance sampling models to estimate density of 16 bird species in Florida, USA, an N-mixture model to estimate Black-throated Blue Warbler (Setophaga caerulescens) abundance in New Hampshire, USA, and a spatial linear mixed model to estimate forest aboveground biomass across the continental USA.
  4. spAbundance provides a user-friendly, formula-based interface to fit a variety of univariate and multivariate spatially-explicit abundance models. The package serves as a useful tool for ecologists and conservation practitioners to generate improved inference and predictions on the spatial drivers of populations and communities.

Repository Directory

All code and resulting model objects were created and saved using spAbundance v0.1.1.

Contains all code to fit models and summarize results for the bird hierarchical distance sampling case study using data from NEON in the Disney Wilderness Preserve. Note the 2-extract-samples.R script will not run successfully, as the full model objects are too large to include on GitHub. However, these objects can be generated first by running the 1*-main-*.R files if desired, and the complete model results can still be summarized without having to rerun the model by using the 4-summary.R figure using smaller objects created in the 2-extract-samples.R script.

  • 1a-main-msDS.R: script to fit a multi-species distance sampling model with species correlations to estimate density of the 16 bird species.
  • 1b-main-lfMsDS.R: script to fit a multi-species distance sampling model with species correlations to estimate density of the 16 bird species.
  • 1c-main-sfMsDS.R: script to fit a spatial multi-species distance sampling model with species correlations to estimate density of the 16 bird species.
  • 2-extract-samples.R: extracts MCMC samples and Rhat values from the full multi-species model objects, which are too large to put on GitHub.
  • 3-predict-sfMsDS.R: script to predict density across the preserve using results from the spatially-explicit hierarchical distance sampling model.
  • 4-summary.R: script to summarize the results from the Disney Wilderness Preserve case study.

Contains all code to fit models and summarize results for the Black-throated Blue Warbler case study using data from the Hubbard Brook Experimental Forest.

  • 1a-main-NMix.R: script to fit a non-spatial Poisson N-mixture model.
  • 1b-main-NMix-NB.R: script to fit a non-spatial negative binomial N-mixture model.
  • 1c-main-spNMix.R: script to fit a spatial Poisson N-mixture model.
  • 1d-main-spNMix-NB.R: script to fit a spatial negative binomial N-mixture model.
  • 2-predict-NMix.R: script to predict abundance across HBEF using a Poisson N-mixture model.
  • 3-summary.R: script to summarize results from the Black-throated Blue Warbler case study.

Contains all code to fit models and summarize results for the forest aboveground biomass case study using data from the US Forest Service Forest Inventory and Analysis Program. Note that the data included here and used in the manuscript contains the "fuzzed coordinates". These coordinates are not the exact locations of the FIA plots, as FIA adds a small amount of random noise to plot locations to protect ownership privacy and ensure ecological integrity. Note that the 1*.R files cannot be run using the data and files included on GitHub, as the raw FIA data are too large to include on GitHub. However, all subsequent files can still be run, and all figures and results using smaller objects that are available on GitHub allows the 5-summary.R script to run without needing to run the models yourself.

  • 1a-prep-raw-data.R: script to prepare the raw FIA data into a more usable format.
  • 1b-get-cov-data.R: script to calculate the covariates for use in the FIA case study. This calculates a variety of potential covariates, which are not all used in the case study.
  • 1c-get-data.R: script that generates the FIA data into the format necessary for fitting models in spAbundance.
  • 1d-get-pred-data.R: script to extract the grid for prediction across the US.
  • 2a-main-nonspatial.R: script to fit a linear mixed model for the FIA biomass data with a random ecoregion intercept.
  • 2b-main-ecoregion.R: script to fit a linear mixed model with a random slope of tree canopy cover by ecoregion and a random intercept of ecoregion.
  • 2c-main-sp.R: script to fit a spatial linear mixed model.
  • 2d-main-sp-ecoregion.R: script to fit a spatial linear mixed model with a random slope of tree canopy cover by ecoregion.
  • 3a-combine-chains.R: script to combine chains from three chains run in parallel into one model output file.
  • 3b-get-waic-and-samples.R: this script extracts the WAIC for each of the four candidate models.
  • 4-pred-main.R: code to predict forest AGB across the continental US using a spatial linear mixed model with a random slope of tree canopy cover.
  • 5-summary.R: script that summarizes results from the FIA biomass case study.

Data objects for fitting models in spAbundance. Note the data for the Central Florida bird case study and the HBEF case study are included within the package itself.

  • fia-data.rda: the FIA data (the fuzzed coordinates) for the FIA biomass case study.
  • neon-locations/: shapefiles for use in generating the figures for the Central Florida bird case study.
  • fia-pred-data.rda: the prediction data for the FIA case study.
  • hbef-spatial/: shapefiles for use in generating the figures for the Hubbard Brook case study.

All result files (or smaller versions of result files that can be placed on GitHub) for the three case studies.

  • neon-msDS-small-results.rda: subset of the results from a non-spatial multi-species HDS model for the central Florida case study.
  • neon-lfMsDS-small-results.rda: subset of the results from a non-spatial multi-species HDS model with species correlations for the central Florida case study.
  • neon-sfMsDS-small-results.rda: subset of the resulst from a spatial multi-species HDS model with species correlations for the central Florida case study.
  • neon-pred-sfMsDS-results.rda: prediction results from a spatial multi-species HDS model with species correlations for the central Florida case study.
  • neon-waic-results.rda: WAIC results from the central Florida case study.
  • hbef-NMix-poisson-fit.rda: results from a non-spatial Poisson N-mixture model for the HBEF case study.
  • hbef-NMix-NB-fit.rda: results from a non-spatial negative binomial N-mixture model for the HBEF case study.
  • hbef-spNMix-poisson.rda: results from a spatial Poisson N-mixture model for the HBEF case study.
  • hbef-spNMix-nb.rda: results from a spatial NB N-mixture model for the HBEF case study.
  • hbef-NMix-poisson-pred-results.rda: prediction results from a nonspatial Poisson N-mixture model for the HBEF case study.
  • fia-top-model-results.rda: a subset of the results that can fit on GitHub for the top performing model in the FIA case study (the spatial linear mixed model with a random ecoregion slope of tree canopy cover).
  • fia-pred-results.rda: prediction results from the top performing model for the FIA case study.
  • fia-waic-results.rda: WAIC results from all four candidate models for the FIA case study.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages