Requirements
- The package requires the installation of the JAGS software. Click to download JAGS.
Installation
- This package is not currently on cran so you can download from Github. Make sure to have the
devtools
package installed and then execute the following:
devtools::install_github("ncahill89/BTFr")
You can then load the BTF package using the library
function.
library(BTFr)
Getting started
See Vignette.
Data
There are options to use the package default which contain data for New Jersey, USA. Alternatively, you can supply your own data. When supplying data, use the package defaults as templates for formatting. You’ll find more details in the vignette.