swh:1:snp:813359ba77493c9d5dd1abad9a1f53490a8abf57
Raw File
Tip revision: b1d73278a87bcb94c00cedbbaff294f96e71bbf0 authored by Torsten Hothorn on 13 April 2010, 00:00:00 UTC
version 1.0-11
Tip revision: b1d7327
PValue-class.Rd
\name{PValue-class}
\docType{class}
\alias{PValue-class}

\title{Class "PValue"}
\description{ A class for p value functions }
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("PValue", ...)}.
}
\section{Slots}{
	 \describe{
    \item{\code{pvalue}:}{p value function }
    \item{\code{p}:}{distribution function }
    \item{\code{name}:}{character, name of the distribution }
  }
}
\section{Methods}{
No methods defined with class "PValue" in the signature.
}
\keyword{classes}
back to top