Learn R Programming

UAHDataScienceO (version 1.0.0)

quantile_outliersLearn: quantile_outliersLearn

Description

Function that obtains the 'v' quantile

Usage

quantile_outliersLearn(data, v)

Value

Quantile v calculated

Arguments

data

Input Data

v

Goes from 0 to 1 (e.g. 0.25). Indicates the quantile that wants to be obtained

Author

Andres Missiego Manjon

Examples

Run this code
q = quantile_outliersLearn(c(12,2,3,4,1,13), 0.60)

Run the code above in your browser using DataLab