print.cramertest {cramer}R Documentation

Print a Summary of a cramertest Object

Description

This is a method for the function print for objects of the class "cramertest".

Usage

print.cramertest(cramer.test.out)

Arguments

cramer.test.out A Cramer-test output object of class "cramertest" generated by the cramer.test function.

Details

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.

Value

The cramertest object is returned invisibly.

See Also

cramer.test


[Package Contents]