Revision 6b9cee07bdce93e338e4b25e3c60aa19abbbc50e authored by Torsten Hothorn on 31 March 2009, 00:00:00 UTC, committed by Gabor Csardi on 31 March 2009, 00:00:00 UTC
1 parent 59aef90
Raw File
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