print.adk {adk} | R Documentation |
This print function is invoked for printing formatted output of class adk as it is output from adk.test or adk.combined.test.
print.adk(x,...)
x |
an object of class adk, as ouput by adk.test or adk.combined.test |
... |
further arguments passed to or from other methods |
The formatted output is different for objects generated by adk.test and for object generated by adk.combined.test.
Fritz Scholz
adk.test
and adk.combined.test
## 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)