Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.pctable

Display pctable objects


Description

This is not very fancy. Note that the saved pctable object has the information inside it that is required to write both column and row percentages. The arguments colpct and rowpct are used to ask for the two types.

Usage

## S3 method for class 'pctable'
print(x, colpct = TRUE, rowpct = FALSE, ...)

Arguments

x

A pctable object

colpct

Default TRUE: include column percentages?

rowpct

Default FALSE: include row percentages?

...

Other arguments passed through to print method

Value

A table object for the final printed table.

Author(s)

Paul Johnson <pauljohn@ku.edu>


rockchalk

Regression Estimation and Presentation

v1.8.144
GPL (>= 3.0)
Authors
Paul E. Johnson [aut, cre], Gabor Grothendieck [ctb]
Initial release
2019-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.