powered by
Return seventeen number summary (minimum, 1st-7th hexadeciles, median, 9th-15th hexadeciles, maximum) for the input data.
seventeennum(x, na.rm=TRUE)
numeric, maybe including NAs and +/-Infs.
NA
Inf
logical value indicating whether NAs should be stripped before the computation proceeds.
A numeric vector of length 17 containing the summary information.
This function is similar to fivenum. This returns hexadeciles instead of quartiles of the fivenum.
fivenum
Quantiles: median, quartiles, octiles, hexadeciles, … https://tomizonor.wordpress.com/2013/04/28/quantiles-octiles/
midpoints, ninenum, fivenum, median.
midpoints
ninenum
median
# NOT RUN { seventeennum(1:100) seventeennum(c(rnorm(100), -Inf, Inf)) # }
Run the code above in your browser using DataLab