swh:1:snp:813359ba77493c9d5dd1abad9a1f53490a8abf57
Raw File
Tip revision: b7346fb4a36014a61289b3e1ec88cc08bb794cae authored by Torsten Hothorn on 28 August 2019, 10:50:06 UTC
version 1.3-1
Tip revision: b7346fb
PValue-class.Rd
\name{PValue-class}
\docType{class}
\alias{PValue-class}
\title{Class \code{"PValue"}}
\description{
  Objects of class \code{"PValue"} represent the \eqn{p}-value,
  mid-\eqn{p}-value and \eqn{p}-value interval of the reference distribution.
}
% NOTE: the markup in the following section is necessary for correct rendering
\section{Objects from the Class}{
  Objects can be created by calls of the form \preformatted{     new("PValue", \dots).}
}
\section{Slots}{
  \describe{
    \item{\code{name}:}{
      Object of class \code{"character"}.  The name of the reference
      distribution.
    }
    \item{\code{p}:}{
      Object of class \code{"function"}.  The distribution function of the
      reference distribution.
    }
    \item{\code{pvalue}:}{
      Object of class \code{"function"}.  The \eqn{p}-value function of the
      reference distribution.
    }
  }
}
\section{Methods}{
  \describe{
    \item{pvalue}{
      \code{signature(object = "PValue")}: See the documentation for
      \code{\link{pvalue}} for details.
    }
  }
}
\note{
  Starting with \pkg{coin} version 1.3-0, this class is deprecated and will be
  replaced by class \code{"NullDistribution"}.  \strong{It will be made defunct
    and removed in a future release.}
}
\keyword{classes}
back to top