summary.pctable: Extract presentation from a pctable object

View source: R/pctable.R

summary.pctableR Documentation

Extract presentation from a pctable object

Description

Creates a column and/or row percent display of a pctable result

Usage

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

Arguments

object

A pctable object

...

Other arguments, currently unused

colpct

Default TRUE: should column percents be included

rowpct

Default FALSE: should row percents be included

Value

An object of class summary.pctable

Author(s)

Paul Johnson pauljohn@ku.edu


rockchalk documentation built on Aug. 6, 2022, 5:05 p.m.