print.DWIMxtabs {AIS}R Documentation

print DWIMxtabs

Description

This is used to pretty-print DWIMxtabs

Usage

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

Arguments

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

Value

None

Author(s)

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

See Also

DWIMxtabs

Examples

        # print methods called implicitly
        DWIMxtabs(Freq~.,as.data.frame(Titanic))


[Package AIS version 1.0 Index]