sevennum: A function to calculate the 7-number summary.

Description Usage Arguments Value Author(s) Examples

Description

Calculates 7-number summmary (minimum, 10th quantile, 25th quantile, median, 75th quantile, 90th quantile, maximum) of a data.

Usage

1

Arguments

x

a vector, matrix or data frame for the univariate dataset.

Value

Returns a matrix of the output.

Author(s)

Ozgur Asar

Examples

1
2
x<-rnorm(1000,0,1)
sevennum(x)

Example output

       Min. 10th Quan. 25th Quan.  50th Quan. 75th Quan. 90th Quan.     Max.
  -3.177482  -1.310946 -0.6752189 -0.03765352  0.6636244   1.324594 3.060599

OOmisc documentation built on May 1, 2019, 10:17 p.m.

Related to sevennum in OOmisc...