
Last chance! 50% off unlimited learning
Sale ends in
data(gaussian.test)
gaussian.test
data set contains seven normal (Gaussian) variables.# load the data and build the correct network from the model string.
data(gaussian.test)
res = empty.graph(names(gaussian.test))
modelstring(res) = "[A][B][E][G][C|A:B][D|B][F|A:D:E:G]"
plot(res)
Run the code above in your browser using DataLab