项目作者: andrejadd

项目描述 :
Hierarchical Bayesian Regression and Mondrian Process for inference of species networks and spatial partitions.
高级语言: R
项目地址: git://github.com/andrejadd/BRAMP.git
创建时间: 2021-01-11T11:15:21Z
项目社区:https://github.com/andrejadd/BRAMP

开源协议:

下载


BRAMP

This is the software implementation of the Bayesian regression and Mondrian process (BRAMP) model published here:

Aderhold, Andrej, Dirk Husmeier, and V. Anne Smith. "Reconstructing ecological networks with hierarchical Bayesian regression and Mondrian processes." AISTATS. 2013.

The main function is BRAMP(), which takes an Rdata input file, the number of iterations to run, and the target node for which to run the simulation as input. See run_Example.R on how to call BRAMP().

Install

Inside R, execute the following commands:

  1. install.packages("devtools")
  2. devtools::install_github("andrejadd/BRAMP")