MaxTypeIndependenceTestStatistic-class {coin} | R Documentation |
Represent a maximum-type test statistic
Objects can be created by calls of the form new("MaxTypeIndependenceTestStatistic", its, alternative)
.
alternative
:"character"
~~ teststatistic
:"numeric"
~~ standardizedlinearstatistic
:"numeric"
~~ estimates
:"list"
~~ linearstatistic
:"numeric"
~~ expectation
:"numeric"
~~ covariance
:"VarCovar"
~~ xtrans
:"matrix"
~~ ytrans
:"matrix"
~~ xtrafo
:"function"
~~ ytrafo
:"function"
~~ x
:"data.frame"
~~ y
:"data.frame"
~~ weights
:"numeric"
~~ block
:"factor"
~~
Class "IndependenceTestStatistic"
, directly.
Class "IndependenceLinearStatistic"
, by class "IndependenceTestStatistic", distance 2.
Class "IndependenceTestProblem"
, by class "IndependenceTestStatistic", distance 3.
Class "IndependenceProblem"
, by class "IndependenceTestStatistic", distance 4.
signature(.Object = "MaxTypeIndependenceTestStatistic")
: ...