abn: Modelling Multivariate Data with Additive Bayesian Networks

Bayesian network analysis is a form of probabilistic graphical models which derives from empirical data a directed acyclic graph, DAG, describing the dependency structure between random variables. An additive Bayesian network model consists of a form of a DAG where each node comprises a generalized linear model, GLM. Additive Bayesian network models are equivalent to Bayesian multivariate regression using graphical modelling, they generalises the usual multivariable regression, GLM, to multiple dependent variables. 'abn' provides routines to help determine optimal Bayesian network models for a given data set, where these models are used to identify statistical dependencies in messy, complex data. The additive formulation of these models is equivalent to multivariate generalised linear modelling (including mixed models with iid random effects). The usual term to describe this model selection process is structure discovery. The core functionality is concerned with model selection - determining the most robust empirical model of data from interdependent variables. Laplace approximations are used to estimate goodness of fit metrics and model parameters, and wrappers are also included to the INLA package which can be obtained from <https://www.r-inla.org>. The computing library JAGS <https://mcmc-jags.sourceforge.io> is used to simulate 'abn'-like data. A comprehensive set of documented case studies, numerical accuracy/quality assurance exercises, and additional documentation are available from the 'abn' website <http://r-bayesian-networks.org>.

Version: 2.7-1
Depends: R (≥ 4.0.0)
Imports: methods, rjags, nnet, lme4, graph, Rgraphviz, doParallel, foreach
LinkingTo: Rcpp, RcppArmadillo
Suggests: INLA, knitr, R.rsp, testthat, entropy, moments, boot, brglm
Published: 2022-04-25
Author: Reinhard Furrer ORCID iD [cre, aut], Gilles Kratzer ORCID iD [aut], Fraser Iain Lewis ORCID iD [aut], Marta Pittavino ORCID iD [ctb], Kalina Cherneva [ctr]
Maintainer: Reinhard Furrer <reinhard.furrer at math.uzh.ch>
BugReports: https://git.math.uzh.ch/reinhard.furrer/abn/-/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://r-bayesian-networks.org
NeedsCompilation: yes
SystemRequirements: Gnu Scientific Library version >= 1.12
Additional_repositories: https://inla.r-inla-download.org/R/stable/
Citation: abn citation info
Materials: ChangeLog
In views: GraphicalModels
CRAN checks: abn results

Documentation:

Reference manual: abn.pdf
Vignettes: ABN - Vignette

Downloads:

Package source: abn_2.7-1.tar.gz
Windows binaries: r-devel: abn_2.7-1.zip, r-release: abn_2.7-1.zip, r-oldrel: abn_2.7-1.zip
macOS binaries: r-release (arm64): abn_2.7-1.tgz, r-oldrel (arm64): abn_2.7-1.tgz, r-release (x86_64): abn_2.7-1.tgz, r-oldrel (x86_64): abn_2.7-1.tgz
Old sources: abn archive

Linking:

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