HTML.VDCxtabs {VDCutil}R Documentation

pretty print VDCxtabs

Description

This is used with R2HTML to pretty-print VDCxtabs

Usage

        HTML.VDCxtabs(x,...,
         wantPercentages=T, wantTotals=T, wantStats=T, nameLength=15)

Arguments

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

Value

None

Author(s)

Micah Altman vdc-dev@latte.harvard.edu http://thedata.org

See Also

HTML, VDCxtabs

Examples

        vxt=VDCxtabs(Freq~.,as.data.frame(Titanic))
        # HTML methods called implicitly
        HTML(vxt,file="")


[Package VDCutil version 1.15 Index]