summary.pctable | R Documentation |
Creates a column and/or row percent display of a pctable result
## S3 method for class 'pctable' summary(object, ..., colpct = TRUE, rowpct = FALSE)
object |
A pctable object |
... |
Other arguments, currently unused |
colpct |
Default TRUE: should column percents be included |
rowpct |
Default FALSE: should row percents be included |
An object of class summary.pctable
Paul Johnson pauljohn@ku.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.