print.contingency.tables: Prints objects of class contingency.tables for HTML display

Description Usage Arguments Value Author(s)

Description

Over-rides the print.contingency.tables function in package Deducer to render contingency.tables objects in HTML

Usage

1
2
## S3 method for class 'contingency.tables'
print(x, digits = 3, prop.r = TRUE, prop.c = TRUE, prop.t = FALSE, expected.n = FALSE, no.tables = FALSE, ...)

Arguments

x

Object of class “contingency.tables”

digits

Number of significant digits to print.

prop.r

Logical indicating whether the proportion of row totals should be displayed in each cell.

prop.c

Logical indicating whether the proportion of column totals should be displayed in each cell.

prop.t

Logical indicating whether the proportion of the grand total should be displayed in each cell.

expected.n

Logical indicating whether the expected values, given the row and column totals, should be displayed in each cell.

no.tables

Logical indicating that no contingency table should be printed.

...

Additional commands passed to print function.

Value

print.contingency.tables simply calls a print method for each of the contin.tables contained within the contingency.tables object.

Author(s)

Bill Altermatt


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.