print.pctable: 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
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.