Skip to contents

⚠️This work has moved to bbsBayes/ bbsBayes2⚠️

This fork was originally designed to do an update/overhaul of bbsBayes, but it was decided that these modifications were extensive enough to warrant a new package.

bbsBayes is a package for performing hierarchical Bayesian analysis of North American Breeding Bird Survey (BBS) data. ‘bbsBayes’ will run a full model analysis for one or more species that you choose, or you can take more control and specify how the data should be stratified, prepared for Stan, or modelled.

Installation instructions are below.

See the documentation for an overview of how to use bbsBayes.

Additional resources:

Installation

Option 1: Stable release from CRAN

# To install from CRAN:
install.packages("bbsBayes")

Option 2: Less-stable development version

# To install the development version from GitHub:
install.packages("devtools")
library(devtools)
devtools::install_github("BrandonEdwards/bbsBayes")