View source: R/data_manipulation_fcts.R
replace_outliers_df | R Documentation |
Replaces outliers in all numeric columns of a dataframe
replace_outliers_df(df_in, my_prob = 0.05)
df_in |
The dataframe |
my_prob |
Probability of quantiles (will remove quantiles at p and 1-p) |
A dataframe without the outliers in all numeric columns
x <- afedR_replace_outliers(runif(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.