Here we develop a joint classification-occupancy model for multispecies survey datasets. We illustrate the model using carabid pitfall trap data from the National Ecological Observatory Network (NEON) collected at Niwot Ridge, CO, USA.
The associated manuscript has been accepted at Methods in Ecology & Evolution.
Code is archived on Zenodo at https://doi.org/10.5281/zenodo.6394878
To run this compendium, you'll need R installed/
This compendium produces the article's figures based off of the carabid case study results.
It does not produce the paper nor simulation output. For simulation output, run simulations.R
. This will take a long time depending on your CPU bandwidth. For simulation figures, run sim_figs.R
Download the repository. In terminal, navigate to the repository.
To run the analysis run GNU Make from the terminal:
make
Here's what's inside:
A place for local storage of publicly available NEON data. Data are ignored by version control.
A location for generated figures.
JAGS model output
custom functions
This file contains instructions for how to execute the compendium.