Revision bea0f6203c78ee704dca8deb7c74cc48e13ee950 authored by Matthias Templ on 15 May 2012, 15:35:41 UTC, committed by cran-robot on 15 May 2012, 15:35:41 UTC
1 parent 2849c21
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