print.summarize function

print method for output from summarize

print method for output from summarize

Be aware that the unrounded numeric matrix is available as an attribute of the returned object. This method displays a rounded, character-formatted display of the numeric varibles.

## S3 method for class 'summarize' print(x, digits, ...)

Arguments

  • x: Object produced by summarize
  • digits: Decimal values to display, defaults as 2.
  • ...: optional arguments for print function.

Returns

x, unchanged Prints objects created by summarize

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

Useful links