IndependenceTest-class | R Documentation |
"IndependenceTest"
and Its SubclassesObjects of class "IndependenceTest"
and its subclasses
"MaxTypeIndependenceTest"
, "QuadTypeIndependenceTest"
,
"ScalarIndependenceTest"
and "ScalarIndependenceTestConfint"
represent an independence test including its original and transformed data
structure, linear statistic, test statistic and reference distribution.
Objects can be created by calls of the form
new("IndependenceTest", ...), new("MaxTypeIndependenceTest", ...), new("QuadTypeIndependenceTest", ...), new("ScalarIndependenceTest", ...)
and
new("ScalarIndependenceTestConfint", ...).
For objects of classes "IndependenceTest"
,
"MaxTypeIndependenceTest"
, "QuadTypeIndependenceTest"
,
"ScalarIndependenceTest"
or "ScalarIndependenceTestConfint"
:
distribution
:Object of class "PValue"
. The reference
distribution.
statistic
:Object of class "IndependenceTestStatistic"
. The
test statistic, the linear statistic, and the transformed and original
data structures.
estimates
:Object of class "list"
. The estimated parameters.
method
:Object of class "character"
. The test method.
call
:Object of class "call"
. The matched call.
Additionally, for objects of classes "ScalarIndependenceTest"
or
"ScalarIndependenceTestConfint"
:
parameter
:Object of class "character"
. The tested parameter.
nullvalue
:Object of class "numeric"
. The hypothesized value of the null
hypothesis.
Additionally, for objects of class "ScalarIndependenceTestConfint"
:
confint
:Object of class "function"
. The confidence interval function.
conf.level
:Object of class "numeric"
. The confidence level.
For objects of classes "MaxTypeIndependenceTest"
,
"QuadTypeIndependenceTest"
or "ScalarIndependenceTest"
:
Class "IndependenceTest"
, directly.
For objects of class "ScalarIndependenceTestConfint"
:
Class "ScalarIndependenceTest"
, directly.
Class "IndependenceTest"
, by class "ScalarIndependenceTest"
,
distance 2.
For objects of class "IndependenceTest"
:
Class "MaxTypeIndependenceTest"
, directly.
Class "QuadTypeIndependenceTest"
, directly.
Class "ScalarIndependenceTest"
, directly.
Class "ScalarIndependenceTestConfint"
, by class
"ScalarIndependenceTest"
, distance 2.
For objects of class "ScalarIndependenceTest"
:
Class "ScalarIndependenceTestConfint"
, directly.
signature(object = "IndependenceTest")
: See the documentation for
confint-methods
(in package stats4) for details.
signature(object = "ScalarIndependenceTestConfint")
: See the
documentation for confint-methods
(in package
stats4) for details.
signature(object = "IndependenceTest")
: See the documentation for
covariance()
for details.
signature(object = "IndependenceTest")
: See the documentation for
dperm()
for details.
signature(object = "IndependenceTest")
: See the documentation for
expectation()
for details.
signature(object = "IndependenceTest")
: See the documentation for
midpvalue()
for details.
signature(object = "IndependenceTest")
: See the documentation for
pperm()
for details.
signature(object = "IndependenceTest")
: See the documentation for
pvalue()
for details.
signature(object = "MaxTypeIndependenceTest")
: See the
documentation for pvalue()
for details.
signature(object = "IndependenceTest")
: See the documentation for
pvalue_interval()
for details.
signature(object = "IndependenceTest")
: See the documentation for
qperm()
for details.
signature(object = "IndependenceTest")
: See the documentation for
rperm()
for details.
signature(object = "IndependenceTest")
: See the documentation for
show()
(in package methods) for details.
signature(object = "MaxTypeIndependenceTest")
: See the
documentation for show()
(in package methods)
for details.
signature(object = "QuadTypeIndependenceTest")
: See the
documentation for show()
(in package methods)
for details.
signature(object = "ScalarIndependenceTest")
: See the documentation
for show()
(in package methods) for details.
signature(object = "ScalarIndependenceTestConfint")
: See the
documentation for show()
(in package methods)
for details.
signature(object = "IndependenceTest")
: See the documentation for
size()
for details.
signature(object = "IndependenceTest")
: See the documentation for
statistic()
for details.
signature(object = "IndependenceTest")
: See the documentation for
support()
for details.
signature(object = "IndependenceTest")
: See the documentation for
variance()
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.