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 22 Dec. 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

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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