print.crosstab: Print crosstab results from crosstab()

print.crosstabR Documentation

Print crosstab results from crosstab()

Description

This function controls printing for class crosstab. It is the same as print.data.frame except that row.names defaults to FALSE and right defaults to FALSE. It also adds a title if this was created when the frequencytable was created.

Usage

## S3 method for class 'crosstab'
print(ctab, ..., digits = NULL, quote = FALSE,
  right = FALSE, row.names = FALSE, dnames)

Arguments

quote

indicates if the string values should be returned enclosed in quotation marks.

right

Is a logical indicating if the values should be right aligned.

row.names

indicates if the row.names or numbers should be printed.

x

The object to be printed.


lehmansociology/lehmansociology documentation built on May 21, 2022, 9:06 p.m.