lval {LearnEDA} | R Documentation |
Computes the letter values for a batch of numbers.
lval(x,na.rm=TRUE)
x |
numeric vector of values |
na.rm |
logical value indicating whether NA values should be stripped before the computation proceeds |
dataframe with components depth, lo, hi, mids, and spreads
Jim Albert
lval(rnorm(100))