Learn R Programming

lsr (version 1.0.0)

print.assocTest: Print chi-square association test results

Description

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 assocTest
print(x, ...)

Value

Invisibly returns x unchanged.

Arguments

x

An association test result, as returned by associationTest.

...

Additional arguments (unused, included for compatibility).