powered by
Winsorization of data.
winsorize(data, threshold = 0.2)
Dataframe or vector.
The amount of Winsorization.
# NOT RUN { library(correlation) winsorize(iris$Sepal.Length, threshold = 0.2) winsorize(iris, threshold = 0.2) # }
Run the code above in your browser using DataLab