# for inference
library(nucdataBaynet)
# for the construction of the data structures
# to present the prior information of the Bayesian network
library(data.table)
library(Matrix)
source("data_preparation.R")
source("nodes_definition.R")
source("mappings_definition.R")
source("inference.R")
# produce the plots interactively with plots.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.