readme.md

CRAN version CRAN RStudio mirror downloads Research software impact Build Status

BayesComm

BayesComm is an R package for fitting species interaction distribution models using Bayesian multivariate binary (probit) regression. This is a work in progress and will be the subject of an upcoming paper. There are a number of updates planned - potentially including a change of name - so expect some fairly major changes.

There is a version of BayesComm on CRAN, but this is the development version so will get the updates first.

installing BayesComm

To install this development version of BayesComm you can use the install_github function in the devtools package, like this:

# install devtools if you haven't already
# install.packages('devtools')

# load the package
library(devtools)

# install BayesComm from github (the version from goldingn's repo at least)
install_github('BayesComm', 'goldingn')

# and load it
library(BayesComm)

reporting bugs

If you find a bug in the code or have suggestions for improvements, please let me know via the issues reporting system



goldingn/BayesComm documentation built on May 17, 2019, 7:41 a.m.