Learn R Programming

statuser (version 0.1.9)

print.table2: Print method for table2 output with centered column variable name

Description

Print method for table2 output with centered column variable name

Print method for table2 objects

Usage

# S3 method for table2
print(x, ...)

# S3 method for table2 print(x, ...)

Value

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

Arguments

x

An object of class table2

...

Additional arguments (ignored)