| ScalarIndependenceTestStatistic-class {coin} | R Documentation |
Represent scalar test statistics
Objects can be created by calls of the form new("ScalarIndependenceTestStatistic", its, alternative).
alternative:"character" ~~ teststatistic:"numeric" ~~ standardizedlinearstatistic:"numeric" ~~ 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 = "ScalarIndependenceTestStatistic"): ...