Skip to content

RushingLab/BBS.SDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The goal of BBS.SDM is to …

Installation

You can install BBS.SDM from Github with:

#install.packages("devtools")
devtools::install_github("RushingLab/BBS.SDM")

Additional software and packages needed

Fitting the models described in the paper requires an up-to-date version of JAGS.

The workflow for fitting the models also relies on program Presence, which is called from R using the RPresence package (both Presence and the binary for RPresence can be downloaded from the previous link). Once downloaded, RPresence can be installed using the following command (be sure to change to the correct path!):

install.packages("C:/path/to/file/RPresence_2.12.13.zip", repos = NULL, type = "win.binary")

Alternatively, if you are using RStudio, RPresence can be installed by going to Tools -> Install Packages, clicking the Package Archive File (.zip; .tar.gz) option under the Install from: dropdown, and then browsing to RPresence_2.12.13.zip (note that the version number may be different).

Two additional packages are needed to obtain and format the raw BBS data. These packages can be downloaded from Github:

devtools::install_github("richfitz/datastorr")
devtools::install_github("crushing05/BBS.tenstop")

Example analysis

vignette("bbs-sdm")

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages