linear_interpolation_quantile: Quantile by Linear Interpolation

Description Usage Arguments Value

View source: R/functions.R

Description

Quantile by Linear Interpolation

Usage

1
linear_interpolation_quantile(p, breaks, freq_table)

Arguments

p

percentile. The quantile percentile.

breaks

vector. A Vector containing numeric data.

freq_table

frequency table. A Table created with table(x)

Value

A numeric scalar.


smnmnkr/eos documentation built on Jan. 30, 2022, 12:36 a.m.