powered by
data(learning.test)
learning.test
A
a
b
c
B
C
D
E
F
# load the data and build the correct network from the model string. data(learning.test) res = empty.graph(names(learning.test)) modelstring(res) = "[A][C][F][B|A][D|A:C][E|B:F]" plot(res)
Run the code above in your browser using DataLab