| entTest-class {sigaR} | R Documentation |
The class entTest is the output of a call to entropyTest.
It stores results from a hypothesis test.
statistic:Object of class "numeric". Observed test statistic (i.e., estimated mutual information).
p.value:Object of class "numeric". P-value for the mutual information test.
null.dist:Object of class "numeric". The permutation null distribution for the test statistic.
nperm:Object of class "numeric". Number of permutation used for p-value calculation.
remark:Object of class "character". Tells whether the permutation algorithm was terminated prematurely or not.
signature(object = "entTest"): Prints the test results.
Wessel van Wieringen: w.vanwieringen@vumc.nl
entTest
showClass("entTest")