print.pctable | R Documentation |
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.
## S3 method for class 'pctable' print(x, colpct = TRUE, rowpct = FALSE, ...)
x |
A pctable object |
colpct |
Default TRUE: include column percentages? |
rowpct |
Default FALSE: include row percentages? |
... |
Other arguments passed through to print method |
A table object for the final printed table.
Paul Johnson pauljohn@ku.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.