powered by
This a synthetic data set used as a test case in the bnlearn package.
data(gaussian.test)
The gaussian.test data set contains seven normal (Gaussian) variables.
gaussian.test
# load the data. data(gaussian.test) # create and plot the network structure. dag = model2network("[A][B][E][G][C|A:B][D|B][F|A:D:E:G]") if (FALSE) graphviz.plot(dag)
Run the code above in your browser using DataLab