Package 'BayesianNetwork'

Title: 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.
Authors: Paul Govan [aut, cre, cph]
Maintainer: Paul Govan <[email protected]>
License: Apache License
Version: 0.3.2
Built: 2024-10-24 02:58:53 UTC
Source: https://github.com/paulgovan/bayesiannetwork

Help Index


Bayesian Network modeling and analysis.

Description

BayesianNetwork is a Shiny web application for Bayesian Network modeling and analysis.

Usage

BayesianNetwork()

See Also

http://paulgovan.github.io/BayesianNetwork/

Examples

if (interactive()) {
  BayesianNetwork()
}