BiDAG: Bayesian Inference for Directed Acyclic Graphs (BiDAG)

Implementation of a collection of MCMC methods for Bayesian structure learning of directed acyclic graphs (DAGs), both from continuous and discrete data. For efficient inference on larger DAGs, the space of DAGs is pruned according to the data. To filter the search space, the algorithm employs a hybrid approach, combining constraint-based learning with search and score. A reduced search space is initially defined on the basis of a skeleton obtained by means of the PC-algorithm, and then iteratively improved with search and score. Search and score is then performed following two approaches: Order MCMC, or Partition MCMC. The BGe score is implemented for continuous data and the BDe score is implemented for binary data. The algorithms may provide the maximum a posteriori (MAP) graph or a sample (a collection of DAGs) from the posterior distribution given the data. References: N. Friedman and D. Koller (2003) <doi:10.1023/A:1020249912095>, D. Geiger and D. Heckerman (2002) <doi:10.1214/aos/1035844981>, J. Kuipers and G. Moffa (2016) <doi:10.1080/01621459.2015.1133426>, M. Kalisch et al.(2012) <doi:10.18637/jss.v047.i11>.

Version: 1.1.2
Imports: Rcpp (≥ 0.12.7), pcalg, methods, stats, utils
LinkingTo: Rcpp
Published: 2018-05-24
Author: Polina Suter [aut, cre], Jack Kuipers [aut]
Maintainer: Polina Suter <polina.minkina at bsse.ethz.ch>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
CRAN checks: BiDAG results

Downloads:

Reference manual: BiDAG.pdf
Package source: BiDAG_1.1.2.tar.gz
Windows binaries: r-devel: BiDAG_1.1.2.zip, r-release: BiDAG_1.1.2.zip, r-oldrel: BiDAG_1.1.2.zip
OS X binaries: r-release: BiDAG_1.1.2.tgz, r-oldrel: BiDAG_1.1.2.tgz
Old sources: BiDAG archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=BiDAG to link to this page.