HTML.DWIMxtabs {AIS}R Documentation

pretty print DWIMxtabs

Description

This is used with R2HTML to pretty-print DWIMtabs

Usage

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

Arguments

x object to converted to HTML
... additional parameters passed to HTML
wantPercentages
wantTotals
wantStats
nameLength

{ maximum length of variable labels}

Value

None

Author(s)

Micah Altman micah_altman@harvard.edu http://www.hmdc.harvard.edu/micah_altman

See Also

HTML, DWIMxtabs

Examples

        vxt=DWIMxtabs(Freq~.,as.data.frame(Titanic))
## Not run: 
        # HTML methods called implicitly
        HTML(vxt,file="")
## End(Not run)


[Package AIS version 1.0 Index]