Learn R Programming

bnlearn (version 4.9.1)

gaussian.test: Synthetic (continuous) data set to test learning algorithms

Description

This a synthetic data set used as a test case in the bnlearn package.

Usage

data(gaussian.test)

Arguments

Format

The gaussian.test data set contains seven normal (Gaussian) variables.

Examples

Run this code
# 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