| letter_value | R Documentation |
letter_value returns the letter values until the level indicated by level.
letter_value(x, level = 2, na_rm = TRUE)
x |
numeric vector |
level |
integer value between 2 and 9 indicating the level to compute the letter values. Default value is 2. |
na_rm |
a logical evaluating to |
This function computes the letter values as presented at Understanding Robust and Exploratory Data Analysis by Hoaglin, Mosteller and Tukey published in 1983.
a list object is returned with the variable name (variable_name), the sample (sample), and a data frame with the following columns:
a letter indicating the letter value
depth of the letter value
lower letter value
upper letter value
letter_value(rivers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.