Description Usage Arguments Value Examples
Cap outlier by IQR method
1 | cap_outlier_iqr(data, cols_index, iqr_threshold = 1.5, zero_min = F)
|
data |
Dataframe to cap outliers |
cols_index |
Which columns to check for outliers |
iqr_threshold |
Number of IQRs to define outliers. Default=1.5 |
zero_min |
Use 0 as the minimum value. Default is false |
data with outliers capped
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.