View source: R/print_table2.R View source: R/table2.R
| print.table2 | R Documentation |
Print method for table2 output with centered column variable name
Print method for table2 objects
## S3 method for class 'table2'
print(x, ...)
## S3 method for class 'table2'
print(x, ...)
x |
An object of class |
... |
Additional arguments (ignored) |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.