iqr_outliers {stats} R Documentation

check of the outliers via IQR method

Description

Usage

iqr_outliers(x);

Arguments

x

-

Details

Authors

sciBASIC.NET

Value

a numeric vector with outlier data removed, a attribute value which is named outliers is tagged with the generated result numeric vector, you can get the outliers data from this attribute.

clr value class

Examples


[Package stats version 5.0.1.2389 Index]