Description
Bayesian Network Modeling and Analysis.
Description
A "Shiny"" web application for creating interactive Bayesian Network models, learning the structure and parameters of Bayesian networks, and utilities for classic network analysis.
README.md
BayesianNetwork 
BayesianNetwork is a shiny web application for Bayesian network modeling and analysis, powered by the bnlearn package. To learn more about this project, check out this article.
Installation
To install BayesianNetwork in R:
install.packages("BayesianNetwork")
Or to install the latest development version:
devtools::install_github('paulgovan/BayesianNetwork')
To launch the app:
BayesianNetwork::BayesianNetwork()
Or to access the app through a browser, visit paulgovan.shinyapps.io/BayesianNetwork.
Code of Conduct
Please note that the BayesianNetwork project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.