miTest-class {sigaR} | R Documentation |
The class miTest
is the output of a call to mutInfTest
.
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 = "miTest")
: Prints the test results.
Wessel van Wieringen: w.vanwieringen@vumc.nl
showClass("miTest")