print.VDCxtabs {VDCutil} | R Documentation |
This is used to pretty-print VDCxtabs
## S3 method for class 'VDCxtabs': print(x, ..., wantPercentages=T, wantTotals=T, wantStats=T, nameLength=15 )
x |
object to printed |
... |
additional parameters passed to print.default |
wantPercentages |
include percentages in the output |
wantTotals |
include marginals in the output |
wantStats |
include chi-squared statistics in the output |
nameLength |
maximum length of variable labels |
None
Micah Altman vdc-dev@latte.harvard.edu http://thedata.org
# print methods called implicitly VDCxtabs(Freq~.,as.data.frame(Titanic))