This data set contains a matrix containing information on seven gaussian
variables and the corresonding DAG model.
Usage
data(gmI)
Arguments
source
The data set is identical to the one generated by ## Used to generate "gmI"
set.seed(123)
p <- 7
n <- 10000
myDAG <- randomDAG(p, prob = 0.2) ## true DAG
datI <- rmvDAG(n, myDAG)
gmI <- list(x = datI, g = myDAG)
Details
The data was generated as indicated below. First, a random DAG model was
generated, then 10000 samples were drawn from this model.