Describe Boxes
describeBoxes.RdProvides 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 ~ rhswherelhsis a numeric variable giving the data values andrhsa factor giving the corresponding groups- main
a custom title for the table
- digits
the specified number of decimal places