Learn R Programming

SafeQuant (version 2.3.1)

removeOutliers: Set value to NA if it deviatves with more than 1.5 * IQR from lower/upper quantile

Description

Set value to NA if it deviatves with more than 1.5 * IQR from lower/upper quantile

Usage

removeOutliers(x, na.rm = TRUE, ...)

Arguments

x
vector numeric
na.rm
logical indicating whether missing values should be removed.
...
qunatile args

Details

No details

References

NA

See Also

NA

Examples

Run this code
print("No examples")

Run the code above in your browser using DataLab