print.cramertest {cramer} | R Documentation |
This is a method for the function print for objects of the class "cramertest"
.
print.cramertest(cramer.test.out)
cramer.test.out |
A Cramer-test output object of class "cramertest" generated by the cramer.test function.
|
Prints a test summary containing information about the dimension of the samples, their sizes, the resulting test statistic as well as the critical value, the number of replicates and the bootstrap-method used to obtain the critical value. Finally the result of the test, whether the hypothesis of same distributions should be accepted or not, is shown.
The cramertest
object is returned invisibly.