
Last chance! 50% off unlimited learning
Sale ends in
This a synthetic data set used as a test case in the bnlearn package.
data(clgaussian.test)
The clgaussian.test
data set contains one normal (Gaussian) variable,
4 discrete variables and 3 conditional Gaussian variables.
# NOT RUN {
# load the data.
data(clgaussian.test)
# create and plot the network structure.
dag = model2network("[A][B][C][H][D|A:H][F|B:C][E|B:D][G|A:D:E:F]")
# }
# NOT RUN {
graphviz.plot(dag)
# }
Run the code above in your browser using DataLab