Learn R Programming

robCompositions (version 1.9.1)

print.adtestWrapper: 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
...
...

Value

  • nothing

Details

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

See Also

adtestWrapper, summary.adtestWrapper

Examples

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

Run the code above in your browser using DataLab