seventeennum: Seventeen Number Summaries

View source: R/midpoints.R

seventeennumR Documentation

Seventeen Number Summaries

Description

Return seventeen number summary (minimum, 1st-7th hexadeciles, median, 9th-15th hexadeciles, maximum) for the input data.

Usage

seventeennum(x, na.rm=TRUE)

Arguments

x

numeric, maybe including NAs and +/-Infs.

na.rm

logical value indicating whether NAs should be stripped before the computation proceeds.

Details

This function is similar to fivenum. This returns hexadeciles instead of quartiles of the fivenum.

Value

A numeric vector of length 17 containing the summary information.

Note

Internally calling midpoints with n=4.

Author(s)

Shinichiro Tomizono

References

Quantiles: median, quartiles, octiles, hexadeciles, ... https://tomizonor.wordpress.com/2013/04/28/quantiles-octiles/

See Also

midpoints, ninenum, fivenum, median.

Examples

seventeennum(1:100)
seventeennum(c(rnorm(100), -Inf, Inf))

elliplot documentation built on April 19, 2022, 5:08 p.m.