eda_lsum: Tukey's letter value summaries

eda_lsumR Documentation

Tukey's letter value summaries

Description

eda_lsum The letter value summary was introduced by John Tukey and extends the boxplot's 5 number summary by exploring the symmetry of the batch for depth levels other than the half (median) or the fourth (quartiles).

Usage

eda_lsum(x, l = 5, all = TRUE)

Arguments

x

Vector

l

Number of levels (max = 9)

all

Generate upper, lower and mid summaries if TRUE or just generate mid summaries if FALSE

Details

Outputs a data frame of letter value summaries.

Value

Returns a dataframe of letter value summaries.

References

Exploratory Data Analysis, John Tukey, 1973.

See Also

https://mgimond.github.io/ES218/letter_values.html

Examples

x <- c(22, 8, 11, 3, 26, 1, 14, 18, 20, 25, 24)
eda_lsum(x)

mgimond/tukeyedar documentation built on March 19, 2024, 8:44 a.m.