Description Details Slots Methods
Data class to store the results of a conditional independence test
This class stored the results from DDDataSet::ciTest(). It stores the
indexes and names of two variables involved in the test, the conditioning set
as well as the P-value and type of test.
targetInx:(numeric) the index of the first variable
targetName:(character) the name of the first variable
sourceInx:(numeric) the index of the second variable
sourceName:(character) the name of the second variable
condSetInx:(numeric) the indexes of variables we condition on
condSetName:(character) the names of variables we condition on
pValue:(numeric) the associated p value
testType:(character) the type of the conditional independence test performed
reliable:(logical) if this appears to be a reliable test of conditional independence
$signature(x = "CITestResult"): Access slots using the dollar notation
[[signature(x = "CITestResult", i = "ANY", j = "ANY"): Access slots using the double square bracket notation
namessignature(x = "CITestResult"): Names of slots that can be accessed with $ notation
showsignature(object = "CITestResult"): show method for CITestResult
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.