print.pctable: Display pctable objects

View source: R/pctable.R

print.pctableR Documentation

Display pctable objects

Description

This is not very fancy. Note that the saved pctable object has the information inside it that is required to write both column and row percentages. The arguments colpct and rowpct are used to ask for the two types.

Usage

## S3 method for class 'pctable'
print(x, colpct = TRUE, rowpct = FALSE, ...)

Arguments

x

A pctable object

colpct

Default TRUE: include column percentages?

rowpct

Default FALSE: include row percentages?

...

Other arguments passed through to print method

Value

A table object for the final printed table.

Author(s)

Paul Johnson pauljohn@ku.edu


rockchalk documentation built on Aug. 6, 2022, 5:05 p.m.