percentile.ranked: percentile.ranked

Description Usage Arguments Value

View source: R/main.R

Description

Calculates the pencentage of values in a vector smaller than value

Usage

1
percentile.ranked(a.vector, value)

Arguments

a.vector

a vector of any comparable data type, ideally numeric;

value

a comparable data type to the components in a.vector, ideally numeric

Value

the percentage of values within the vector that's smaller than the value itself.


sarahforte/CESIfun documentation built on Dec. 22, 2021, 10:16 p.m.