Revision 823295fe4c382069229ac77435da6e5bb14155b9 authored by Matthias Templ on 11 January 2013, 16:29:55 UTC, committed by cran-robot on 11 January 2013, 16:29:55 UTC
1 parent bea0f62
Raw File
print.adtestWrapper.Rd
\name{print.adtestWrapper}
\alias{print.adtestWrapper}
\title{ print method for objects of class adtestWrapper }
\description{
Provides a short print output as shown in the examples.
}
\usage{
\method{print}{adtestWrapper}(x, ...)
}
\arguments{
  \item{x}{  object of class \sQuote{adtestWrapper} }
  \item{\dots}{ \code{\dots} }
}
\details{
  Have a look at the example, it's self-explaining.
}
\value{
nothing
}
\author{ Matthias Templ and Karel Hron }
\seealso{ \code{\link{adtestWrapper}}, \code{\link{summary.adtestWrapper}} }
\examples{
data(machineOperators)
a <- adtestWrapper(machineOperators, R=50) # choose higher value of R
a
summary(a)
}
\keyword{ print }
back to top