print.VDCxtabs {VDCutil}R Documentation

print VDCxtabs

Description

This is used to pretty-print VDCxtabs

Usage

        ## S3 method for class 'VDCxtabs':
        print(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 vdc-dev@latte.harvard.edu http://thedata.org

See Also

VDCxtabs

Examples

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


[Package VDCutil version 1.15 Index]