gaussian.test | R Documentation |
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.
The R script to generate data from this network is available from https://www.bnlearn.com/documentation/networks/.
# 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]")
## Not run: graphviz.plot(dag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.