print.descriptiveTable: Print Function for the Descriptive Table

View source: R/descriptiveTable.R

print.descriptiveTableR Documentation

Print Function for the Descriptive Table

Description

Print function for the descriptive table.

Usage

## S3 method for class 'descriptiveTable'
print(
  x,
  print = TRUE,
  print.minmax = TRUE,
  print.spread = TRUE,
  digit.frequency = 2,
  digit.center = 2,
  digit.spread = 2,
  digit.p = 2,
  format.date = "%Y-%m-%d",
  ...
)

Arguments

x

output of descriptiveTable.

print

[logical] should the descriptive table be printed?

print.minmax

[logical] should minimum and maximum values be displayed?

print.spread

[logical] should the spread of the values be displayed?

digit.frequency

[integer, >=0] number of digit when printing frequencies.

digit.center

[integer, >=0] number of digit when printing center parameters.

digit.spread

[integer, >=0] number of digit when printing spread parameters.

digit.p

[integer, >=0] number of digit when printing p-values.

format.date

[character] the format used to output dates.

...

Not used. For compatibility with the generic method.


bozenne/butils documentation built on Oct. 14, 2023, 6:19 a.m.