Display pctable objects
print.pctable.RdThis 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, ...)Author
Paul Johnson pauljohn@ku.edu