Revision e168b07923b144993e99ea7b65180aed9fe3efa8 authored by Matthias Templ on 11 December 2009, 00:00:00 UTC, committed by Gabor Csardi on 11 December 2009, 00:00:00 UTC
1 parent 2d2a8cf
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