my.percentile: Calculate a Percentile of a (numeric) vector.

Description Usage Arguments Value

View source: R/myDescriptiveStatistics.R

Description

Calculate a Percentile of a (numeric) vector.

Usage

1
my.percentile(src.vector, percentile.fraction)

Arguments

src.vector

; A numeric vector to calculate the upper quartile over.

percentile.fraction

; A numeric value between 0 and 1 that represents the percentile.

Value

numeric ; The Upper Quartile of 'src.vector'.


vanNijnatten/Learn-Statistics documentation built on Dec. 23, 2021, 2:09 p.m.