Prints the results of a chi-square test of association in a
readable format. This function is called automatically whenever a result
from associationTest is displayed.
Usage
# S3 method for class 'assocTest'
print(x, ...)Arguments
- x
An association test result, as returned by
associationTest.- ...
Additional arguments (unused, included for compatibility).