clessn/clessnverse

Create `reduce_outliers()` function

Closed this issue · 3 comments

Using the interquartile range (IQR) method

See function shared by @hubcad25

stats::IQR() might be an equivalent

No, stats::IQR() isn't an equivalent, but can be used to simplify the code without adding more dependencies.

No, I don't think it would simplify the code.