eda_lsum | R Documentation |
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).
eda_lsum(x, l = 5, all = TRUE)
x |
Vector |
l |
Number of levels (max = 9) |
all |
Generate upper, lower and mid summaries if TRUE or just generate mid summaries if FALSE |
Outputs a data frame of letter value summary.
Returns a dataframe of letter value summary.
Exploratory Data Analysis, John Tukey, 1973.
https://mgimond.github.io/ES218/letter_values.html
x <- c(22, 8, 11, 3, 26, 1, 14, 18, 20, 25, 24)
eda_lsum(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.