
bnboot(data, statistic, R = 200, m = nrow(data),
sim = "ordinary", algorithm, algorithm.args = list(),
statistic.args = list(), debug = FALSE)
"ordinary"
(the default)
and "parametric"
.gs
,
iamb
, fast.iamb
, inter.iamb
, mmpc
and hc
. See
statistic
.TRUE
a lot of debugging output
is printed; otherwise the function is completely silent.statistic
.constraint-based algorithms
,
local discovery algorithms
,
score-based algorithms
, hybrid algorithms
.data(learning.test)
bnboot(data = learning.test, R = 2, m = 500, algorithm = "gs",
statistic = arcs)
# [[1]]
# from to
# <arcs for the first replicate>
#
# [[2]]
# from to
# <arcs for the second replicate>
Run the code above in your browser using DataLab