print.adtestWrapper {robCompositions}R Documentation

print method for objects of class adtestWrapper

Description

Provides a short print output as shown in the examples.

Usage

## S3 method for class 'adtestWrapper':
print(x, ...)

Arguments

x object of class ‘adtestWrapper’
... ...

Details

Have a look at the example, it's self-explaining.

Value

nothing

Author(s)

Matthias Templ and Karel Hron

See Also

adtestWrapper, summary.adtestWrapper

Examples

data(machineOperators)
a <- adtestWrapper(machineOperators, R=50) # choose higher value of R
a
summary(a)

[Package robCompositions version 1.2.2 Index]