IndependenceTest-class {coin}R Documentation

Class "IndependenceTest"

Description

Objects of class "IndependenceTest" represent the results of independence tests, including data, transformations, linear and test statistics as well as their null distribution.

Objects from the Class

Objects can be created by calls of the form new("IndependenceTest", ...). Normally, this class is only used internally.

Slots

distribution:

Object of class "NullDistribution".

statistic:

Object of class "IndependenceTestStatistic".

estimates:

Object of class "list".

method:

Object of class "character".

Methods

initialize

signature(.Object = "IndependenceTest"): ...


[Package coin version 1.0-24 Index]