swh:1:snp:813359ba77493c9d5dd1abad9a1f53490a8abf57
Raw File
Tip revision: 9be14d810ee14fc703517a2f05210bd4fdc8a716 authored by Torsten Hothorn on 10 August 2010, 00:00:00 UTC
version 1.0-14
Tip revision: 9be14d8
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