ascii (version 1.4)

ascii.describe.single: ascii method for class describe...

Description

ascii method for class describe.sing

Usage

## S3 method for class 'describe.single':
ascii(x, condense=TRUE, ...)

Arguments

x
An R object of class found among methods(ascii).
condense
default is TRUE to condense the output with regard to the 5 lowest and highest values and the frequency table (describe() in package Hmisc).
...
Additional arguments. (see ?ascii.default).

Value

  • An ascii object.

Details

Hmisc package