centile: Calculate the percentile ratios

Description Usage Arguments Value

Description

Takes in a vector and two percentile then divides them.

Usage

1
centile(data_vector, top_perc, bot_perc)

Arguments

data_vector

A numeric vector.

top_perc

The top percentile you will put in your equation.

bot_perc

The bot perncetile you will put in your equation.

Value

Result of diving top_perc into bot_perc.


samozturk/ineqmeas1 documentation built on May 8, 2019, 9:08 a.m.