https://github.com/cran/robCompositions
Revision a7033450165dfb955d37de5b3ea070652df8aa80 authored by Matthias Templ on 18 August 2014, 20:55:32 UTC, committed by cran-robot on 18 August 2014, 20:55:32 UTC
1 parent 27f32d7
Raw File
Tip revision: a7033450165dfb955d37de5b3ea070652df8aa80 authored by Matthias Templ on 18 August 2014, 20:55:32 UTC
version 1.9.0
Tip revision: a703345
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