Describe Boxes
describeBoxes.Rd
Provides a five number summary for a data set.
Usage
# Default S3 method
describeBoxes(variable, ...)
# S3 method for class 'data.frame'
describeBoxes(frame, ...)
# S3 method for class 'formula'
describeBoxes(formula, ...)
Arguments
- variable
a numeric vector of data values
- frame
a set of (non-empty) numeric vectors of data values
- formula
a formula of the form
lhs ~ rhs
wherelhs
is a numeric variable giving the data values andrhs
a factor giving the corresponding groups- main
a custom title for the table
- digits
the specified number of decimal places