Print method for table2 output with centered column variable name
Print method for table2 objects
# S3 method for table2
print(x, ...)# S3 method for table2
print(x, ...)
Invisibly returns the input object x. Called for its side effect
of printing a formatted cross-tabulation table to the console. The output
includes frequencies, optional relative frequencies (row, column, or overall
proportions), and chi-squared test results when applicable.
Invisibly returns the original object
An object of class table2
Additional arguments (ignored)