HTML.VDCxtabs {VDCutil} | R Documentation |
This is used with R2HTML to pretty-print VDCxtabs
HTML.VDCxtabs(x,..., wantPercentages=T, wantTotals=T, wantStats=T, nameLength=15)
x |
object to converted to HTML |
... |
additional parameters passed to HTML |
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
vxt=VDCxtabs(Freq~.,as.data.frame(Titanic)) # HTML methods called implicitly HTML(vxt,file="")