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 http://www.r-inla.org. It is recommended the testing version, which can be downloaded by running: source("http://www.math.ntnu.no/inla/givemeINLA-testing.R"). A comprehensive set of documented case studies, numerical accuracy/quality assurance exercises, and additional documentation are available from the abn website.

Version: 1.0
Depends: Cairo, R (≥ 2.15.1)
Imports: methods
Suggests: INLA, Rgraphviz
Published: 2016-01-18
Author: Fraser Ian Lewis [aut], Marta Pittavino [cre, ctb], Reinhard Furrer [ctb]
Maintainer: Marta Pittavino <marta.pittavino at math.uzh.ch>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: http://www.r-bayesian-networks.org
NeedsCompilation: yes
SystemRequirements: Gnu Scientific Library version >= 1.12
Materials: ChangeLog
In views: gR
CRAN checks: abn results

Downloads:

Reference manual: abn.pdf
Vignettes: A vignette for the abn package
Package source: abn_1.0.tar.gz
Windows binaries: r-devel: abn_1.0.zip, r-release: abn_1.0.zip, r-oldrel: abn_1.0.zip
OS X Snow Leopard binaries: r-release: abn_1.0.tgz, r-oldrel: abn_0.85.tgz
OS X Mavericks binaries: r-release: abn_1.0.tgz
Old sources: abn archive