ci.test(x, y, z, data, test, B, debug = FALSE)
NULL
an independence test will be executed.bnlearn-package
for details.test
argument is not a
permutation test.TRUE
a lot of debugging output is
printed; otherwise the function is completely silent.htest
containing the following components: choose.direction
, arc.strength
.data(gaussian.test)
data(learning.test)
# using a data frame and column labels.
ci.test(x = "F" , y = "B", z = c("C", "D"), data = gaussian.test)
# using a data frame.
ci.test(gaussian.test)
# using factor objects.
attach(learning.test)
ci.test(x = F , y = B, z = data.frame(C, D))
Run the code above in your browser using DataLab