An R shiny app for estimating Boreal Caribou Population Growth from
survival and recruitment data. bboushiny
is a simple and easy to use
user interface for the
bboutools
package.
Check out the
bboutools
package
which contains more options for customizing the models.
To install the latest version from GitHub
# install.packages("remotes")
remotes::install_github("poissonconsulting/bboushiny")
The package must be installed first before the app can be launched.
The current working version of the app is available at https://poissonconsulting.shinyapps.io/bboushiny/.
Run the run_bbou_app()
function.
# install.packages("bboushiny")
library(bboushiny)
run_bbou_app()
Click on the Addins drop-down and select Start bboushiny App
- Download the data templates for survival and recruitment
- Fill in the template with data
- Upload your data in each tab and generate estimates
- Generate estimates for Population Growth
- Download the results
bboushiny
is part of the bbou suite of tools. Other packages in this
suite include:
Please report any issues.
Please note that the bboushiny project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Copyright 2022-2023 Integrated Ecological Research and Poisson
Consulting Ltd.
Copyright 2024 Province of Alberta
The documentation is released under the CC BY 4.0 License
The code is released under the Apache License 2.0