Outlier detection and treatment with R
Outliers in data can distort predictions and affect the accuracy, if you don’t detect and handle them appropriately especially in regression models. Why outliers treatment is important? Because, it can drastically bias/change the fit estimates and predictions. Let me illustrate this using the cars dataset. To better understand ... [Read more...]