HTML.DWIMxtabs {AIS} | R Documentation |
This is used with R2HTML to pretty-print DWIMtabs
HTML.DWIMxtabs(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 micah_altman@harvard.edu http://www.hmdc.harvard.edu/micah_altman
vxt=DWIMxtabs(Freq~.,as.data.frame(Titanic)) ## Not run: # HTML methods called implicitly HTML(vxt,file="") ## End(Not run)