The three main problems addressed by this R package are:
- selecting the most probable structure based on a cache of
pre-computed scores.
- controlling for overfitting.
- sampling the landscape of high scoring structures.
The latter could be very useful in an applied perspective to avoid
reducing the richeness of Bayesian network modelling to report only
**one** structure. Indeed, it allows user to quantify the marginal
impact of relationships of interest by marginalising out over structures
or nuisance dependencies. Structural MCMC seems a very 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.
CRAN: https://CRAN.R-project.org/package=mcmcabn
Website: https://www.math.uzh.ch/pages/mcmcabn/
## Description
mcmcabn is a flexible implementation of a structural MCMC sampler for
Directed Acyclic Graphs (DAGs). It supports the new edge reversal move
from Grzegorczyk and Husmeier (2008)
<https://doi.org/10.1007/s10994-008-5057-7> and the Markov blanket
resampling from Su and Borsuk (2016)
<http://jmlr.org/papers/v17/su16a.html>. It supports three priors: a
prior controlling for structure complexity from Koivisto and Sood (2004)
<http://dl.acm.org/citation.cfm?id=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 to quantify
the marginal impact of relationships of interest by marginalising out
over structures or nuisance dependencies. Structural MCMC seems a very
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.
-----
## What’s New
- 08/03/2019 - mcmcabn is available on CRAN (v 0.1)
- 18/02/2019 - new pre-print [Is a single unique Bayesian network
enough to accurately represent your
data?](https://arxiv.org/pdf/1902.06641.pdf) on arXiv
- 01/07/2019 - mcmcabn 0.2 available on CRAN
-----
The package provides a flexible implementation of a structural MCMC sampler for Directed Acyclic Graphs (DAGs). It supports the new edge reversal move from Grzegorczyk and Husmeier (2008) <https://doi.org/10.1007/s10994-008-5057-7> and the Markov blanket resampling from Su and Borsuk (2016) <http://jmlr.org/papers/v17/su16a.html>. It supports three priors: a prior controlling for structure complexity from Koivisto and Sood (2004) <http://dl.acm.org/citation.cfm?id=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 to quantify the marginal impact of relationships of interest by marginalising out over structures or nuisance dependencies. Structural MCMC seems a very 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.
**`mcmcabn` is developed and maintained by [Gilles
Kratzer](https://gilleskratzer.netlify.com/) and [Prof. Dr. Reinhard
Furrer](https://user.math.uzh.ch/furrer/) from [Applied Statistics
Group](https://www.math.uzh.ch/as/index.php?id=as) from the University