rsquaredacademy / olsrr

Tools for developing OLS regression models
https://olsrr.rsquaredacademy.com/
Other
102 stars 22 forks source link

Allow users to specify threshold for detecting outliers #178

Closed aravindhebbali closed 3 years ago

aravindhebbali commented 3 years ago

Thanks to @iankelk for bringing this to our attention and for his suggestions/feedback. The threshold for detecting outliers is hard coded in the following functions:

As the threshold for detecting outliers is subjective and there are several school of thoughts on this topic, it would make sense to allow the end user to be able to specify the threshold instead of hard coding it.