PValue-class
From coin v1.3-1
by Torsten Hothorn
Class "PValue"
Objects of class "PValue"
represent the \(p\)-value,
mid-\(p\)-value and \(p\)-value interval of the reference distribution.
- Keywords
- classes
Note
Starting with coin version 1.3-0, this class is deprecated and will be
replaced by class "NullDistribution"
. It will be made defunct
and removed in a future release.
Objects from the Class
Objects can be created by calls of the form
new("PValue", \dots).
Slots
name
:Object of class
"character"
. The name of the reference distribution.p
:Object of class
"function"
. The distribution function of the reference distribution.pvalue
:Object of class
"function"
. The \(p\)-value function of the reference distribution.
Methods
- pvalue
signature(object = "PValue")
: See the documentation forpvalue
for details.
Community examples
Looks like there are no examples yet.