summary.pctable function

Extract presentation from a pctable object

Extract presentation from a pctable object

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

## 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

Returns

An object of class summary.pctable

Author(s)

Paul Johnson pauljohn@ku.edu

  • Maintainer: Paul E. Johnson
  • License: GPL (>= 3.0)
  • Last published: 2022-08-06

Useful links