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 modeling; 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 generalized linear modeling (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 data model from interdependent variables. Laplace approximations are used to estimate the goodness of fit metrics and model parameters, and wrappers are included for 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. Detailed documentation, including documented case studies, numerical accuracy/quality assurance exercises, etc., is given in Kratzer et al. (2023) <doi:10.18637/jss.v105.i08> and on the website <http://r-bayesian-networks.org>.

Version: 2.7-5
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: 2023-05-22
Author: Matteo Delucchi ORCID iD [cre], Reinhard Furrer ORCID iD [aut], Gilles Kratzer ORCID iD [aut], Fraser Iain Lewis ORCID iD [aut], Marta Pittavino ORCID iD [ctr], Kalina Cherneva [ctr]
Maintainer: Matteo Delucchi <matteo.delucchi 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-5.tar.gz
Windows binaries: r-devel: abn_2.7-5.zip, r-release: abn_2.7-5.zip, r-oldrel: abn_2.7-5.zip
macOS binaries: r-release (arm64): abn_2.7-5.tgz, r-oldrel (arm64): abn_2.7-5.tgz, r-release (x86_64): abn_2.7-5.tgz, r-oldrel (x86_64): abn_2.7-5.tgz
Old sources: abn archive

Reverse dependencies:

Reverse imports: mcmcabn

Linking:

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