Learn R Programming

rockchalk (version 1.8.111)

print.factorSummaries: Prints out the contents of an object created by summarizeFactors in the style of base::summary

Description

An object with class "factorSummaries" is the input. Such an object should be created with the function rockchalk::summarizeFactors. Each element in that list is then organized for printing in a tabular summary. This should look almost like R's own summary function, except for the additional information that these factor summaries include.

Usage

# S3 method for factorSummaries
print(x, ...)

Arguments

x

A factorSummaries object produced by summarizeFactors

...

optional arguments. Only value currently used is digits, which defaults to 2.

Value

A table of formatted output

See Also

summary and summarize, summarizeFactors