Learn R Programming

ddgraph (version 1.16.0)

mcX2TestB50k: Wrapper around the bnlearn mc-x2 test (B=50k)

Description

Version of mcX2Test() with 50000 Monte Carlo replicates.

Usage

mcX2TestB50k(x, y, S, suffStat)

Arguments

x
the index of the first variable
y
the index of the second variable
S
the conditioning set
suffStat
the sufficient statistics to do the test, in this case a list of one element: dm where the values matrix is stored

Value

Examples

Run this code
# test if a is independent of b
mcX2TestB50k(1, 2, NULL, suffStat)
# test if a is independent of b conditioned on c
mcX2TestB50k(1, 2, 3, suffStat)

Run the code above in your browser using DataLab