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

View source: R/print_table2.R View source: R/table2.R

print.table2R Documentation

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 class 'table2'
print(x, ...)

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

Arguments

x

An object of class table2

...

Additional arguments (ignored)

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


statuser documentation built on April 25, 2026, 5:06 p.m.