mcmcabn: Flexible Implementation of a Structural MCMC Sampler for DAGs

Flexible implementation of a structural MCMC sampler for Directed Acyclic Graphs (DAGs). It supports the new edge reversal move from Grzegorczyk and Husmeier (2008) <doi:10.1007/s10994-008-5057-7> and the Markov blanket resampling from Su and Borsuk (2016) <https://jmlr.org/papers/v17/su16a.html>. It supports three priors: a prior controlling for structure complexity from Koivisto and Sood (2004) <https://dl.acm.org/doi/10.5555/1005332.1005352>, an uninformative prior and a user-defined prior. The three main problems that can be addressed by this R package are selecting the most probable structure based on a cache of pre-computed scores, controlling for overfitting, and sampling the landscape of high scoring structures. It allows us to quantify the marginal impact of relationships of interest by marginalizing out over structures or nuisance dependencies. Structural MCMC seems an elegant and natural way to estimate the true marginal impact, so one can determine if it's magnitude is big enough to consider as a worthwhile intervention.

Version: 0.5
Depends: R (≥ 3.5.0)
Imports: abn, coda, gRbase, ggplot2, cowplot, ggpubr
Suggests: bnlearn, knitr, rmarkdown, ggdag, testthat
Published: 2022-11-18
Author: Gilles Kratzer ORCID iD [aut], Reinhard Furrer ORCID iD [ctb], Annina Cincera [cre]
Maintainer: Annina Cincera <annina.cincera at math.uzh.ch>
BugReports: https://git.math.uzh.ch/gkratz/mcmcabn/-/issues
License: GPL-3
URL: https://www.math.uzh.ch/pages/mcmcabn/
NeedsCompilation: no
Citation: mcmcabn citation info
CRAN checks: mcmcabn results

Documentation:

Reference manual: mcmcabn.pdf
Vignettes: mcmcabn

Downloads:

Package source: mcmcabn_0.5.tar.gz
Windows binaries: r-devel: mcmcabn_0.5.zip, r-release: mcmcabn_0.5.zip, r-oldrel: mcmcabn_0.5.zip
macOS binaries: r-release (arm64): mcmcabn_0.5.tgz, r-oldrel (arm64): mcmcabn_0.5.tgz, r-release (x86_64): mcmcabn_0.5.tgz, r-oldrel (x86_64): mcmcabn_0.5.tgz
Old sources: mcmcabn archive

Linking:

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