decile: deciling function

Description Usage Arguments Value Author(s) Examples

Description

Takes the data and divide in to 10 parts.

Usage

1
decile(x)

Arguments

x

A numeric variable

Value

It will give back series of numbers, in which decile the observation goes to.

Author(s)

Rajesh Jakhotia

Examples

1
2
3
4
5
y<-round(runif(100,min=0,max=100))
y
x<-decile(y)
table(x)
x

jishnus59/Visualization documentation built on May 30, 2019, 8:04 a.m.