Learn R Programming

epitab (version 0.2.2)

print.contintab: Prints the contingency table as an ASCII table

Description

Prints the contingency table as an ASCII table

Usage

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

Arguments

x

An object of class contintab return by contingency_table.

...

Options passed to print.

Value

None. Prints a table to standard output.