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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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