runbisonpic
is a Shiny app for modeling wood bison camera trap data. The app facilitates data checking and analysis by providing a simple interface. The data are analyzed using an Bayesian Integrated Population Model, which combines a stage-structured population projection matrix model with multiple sources of data into a unified framework, allowing for estimates of age-sex class ratios, population vital rates, and abundances, while maintaining the correct propagation of uncertainty. See the analytical methods vignette for more detail on the modeling approach.
Usage
How to Install the R Package
To install from GitHub
# install.packages("remotes")
remotes::install_github("poissonconsulting/runbisonpic")
How to Launch the App with Code
Run the function launch_runbisonpic()
and the app will open in your default web browser.
How to Launch the App with RStudio Addins Button
Click on the Addins drop-down and select Start runbisonpic App.
User Guide
See the user guide for step-by-step instructions on how to use the app.
Additional information is available from the bisonpicsuite
and bisonpictools
websites.
bisonpic Suite
runbisonpic
is part of the bisonpic suite of tools. Other packages in this suite include:
Contribution
Please report any issues.
Code of Conduct
Please note that the runbisonpic project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.