print.adk {adk}R Documentation

Print Function for Objects of Class adk

Description

This print function is invoked for printing formatted output of class adk as it is output from adk.test or adk.combined.test.

Usage

print.adk(x,...)

Arguments

x an object of class adk, as ouput by adk.test or adk.combined.test
... further arguments passed to or from other methods

Details

The formatted output is different for objects generated by adk.test and for object generated by adk.combined.test.

Author(s)

Fritz Scholz

See Also

adk.test and adk.combined.test

Examples

## Create input list of 3 sample vectors.
x <- list(c(1,3,2,5,7),c(2,8,1,6,9,4),c(12,5,7,9,11))
adk.test(x) 

[Package adk version 1.0 Index]