miTest-class {sigaR}R Documentation

Class "miTest" for storing the results of the function mutInfTest.

Description

The class miTest is the output of a call to mutInfTest. It stores results from a hypothesis test.

Slots

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.

Methods

summary

signature(object = "miTest"): Prints the test results.

Author(s)

Wessel van Wieringen: w.vanwieringen@vumc.nl

See Also

mutInfTest

Examples

showClass("miTest")

[Package sigaR version 1.30.0 Index]