View source: R/quantile_outliersLearn.R
quantile_outliersLearn | R Documentation |
Function that obtains the 'v' quantile
quantile_outliersLearn(data, v)
data |
Input Data |
v |
Goes from 0 to 1 (e.g. 0.25). Indicates the quantile that wants to be obtained |
Quantile v calculated
Andres Missiego Manjon
q = quantile_outliersLearn(c(12,2,3,4,1,13), 0.60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.