Other packages > Find by keyword >

abn  

Modelling Multivariate Data with Additive Bayesian Networks
View on CRAN: Click here


Download and install abn package within the R console
Install from CRAN:
install.packages("abn")

Install from Github:
library("remotes")
install_github("cran/abn")

Install by package version:
library("remotes")
install_version("abn", "3.1.1")



Attach the package and use:
library("abn")
Maintained by
Matteo Delucchi
[Scholar Profile | Author Map]
First Published: 2011-07-26
Latest Update: 2023-12-22
Description:
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 . The computing library JAGS 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 .
How to cite:
Matteo Delucchi (2011). abn: Modelling Multivariate Data with Additive Bayesian Networks. R package version 3.1.1, https://cran.r-project.org/web/packages/abn. Accessed 11 Apr. 2025.
Previous versions and publish date:
0.3-1 (2011-07-26 12:14), 0.5-1 (2011-11-17 12:25), 0.7 (2012-07-11 12:54), 0.8 (2012-10-26 15:17), 0.82 (2013-01-04 10:58), 0.83 (2013-03-07 13:16), 0.85 (2014-12-22 09:29), 0.86 (2015-12-28 13:57), 1.0.2 (2016-11-09 23:38), 1.0 (2016-01-18 22:20), 1.2 (2018-08-10 14:40), 1.3 (2018-11-22 15:30), 2.0 (2019-07-01 11:11), 2.1 (2019-07-04 12:00), 2.2.1 (2020-06-15 14:30), 2.2.2 (2020-07-02 13:10), 2.2 (2019-11-23 07:20), 2.3-0 (2020-10-22 23:30), 2.5-0 (2021-04-23 17:10), 2.6-0 (2022-01-07 17:32), 2.7-0 (2022-04-07 09:42), 2.7-1 (2022-04-25 09:10), 2.7-3 (2023-01-25 11:30), 2.7-5 (2023-05-22 15:50), 3.0.0 (2023-09-06 10:50), 3.0.1 (2023-10-09 14:50), 3.0.2 (2023-10-26 09:30), 3.0.3 (2023-11-03 11:40), 3.0.4 (2023-11-30 15:50), 3.0.6 (2024-03-22 20:30)
Other packages that cited abn R package
View abn citation profile
Other R packages that abn depends, imports, suggests or enhances
Complete documentation for abn
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for abn0102030405060708090TrendBars

Today's Hot Picks in Authors and Packages

Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA