"NullDistribution"
and its subclassesObjects of class "NullDistribution"
and its subclasses
"ApproxNullDistribution"
, "AsymptNullDistribution"
and
"ExactNullDistribution"
represent the reference distribution.
Objects can be created by calls of the form
new("NullDistribution", \dots),new("ApproxNullDistribution", \dots),
new("AsymptNullDistribution", \dots)
and
new("ExactNullDistribution", \dots).
For objects of classes "NullDistribution"
,
"ApproxNullDistribution"
, "AsymptNullDistribution"
or
"ExactNullDistribution"
:
q
:Object of class "function"
. The quantile function of the reference
distribution.
d
:Object of class "function"
. The density function of the reference
distribution.
support
:Object of class "function"
. The support of the reference
distribution.
parameters
:Object of class "list"
. Additional parameters.
pvalue
:Object of class "function"
. The \(p\)-value function of the
reference distribution.
midpvalue
:Object of class "function"
. The mid-\(p\)-value function of the
reference distribution.
pvalueinterval
:Object of class "function"
. The \(p\)-value interval function of
the reference distribution.
p
:Object of class "function"
. The distribution function of the
reference distribution.
name
:Object of class "character"
. The name of the reference
distribution.
Additionally, for objects of classes "ApproxNullDistribution"
or
"AsymptNullDistribution"
:
seed
:Object of class "integer"
. The random number generator state
(i.e., the value of .Random.seed
).
For objects of class "NullDistribution"
:
Class "'>PValue"
, directly.
For objects of classes "ApproxNullDistribution"
,
"AsymptNullDistribution"
or "ExactNullDistribution"
:
Class "NullDistribution"
, directly.
Class "'>PValue"
, by class "NullDistribution"
,
distance 2.
For objects of class "NullDistribution"
:
Class "ApproxNullDistribution"
, directly.
Class "AsymptNullDistribution"
, directly.
Class "ExactNullDistribution"
, directly.
signature(object = "NullDistribution")
: See the documentation for
dperm
for details.
signature(object = "NullDistribution")
: See the documentation for
midpvalue
for details.
signature(object = "NullDistribution")
: See the documentation for
pperm
for details.
signature(object = "NullDistribution")
: See the documentation for
pvalue
for details.
signature(object = "NullDistribution")
: See the documentation for
pvalue_interval
for details.
signature(object = "NullDistribution")
: See the documentation for
qperm
for details.
signature(object = "NullDistribution")
: See the documentation for
rperm
for details.
signature(object = "NullDistribution")
: See the documentation for
support
for details.