powered by
Winsorization of data.
winsorize(data, ...)# S3 method for numeric winsorize(data, threshold = 0.2, verbose = TRUE, ...)
# S3 method for numeric winsorize(data, threshold = 0.2, verbose = TRUE, ...)
Dataframe or vector.
Currently not used.
The amount of winsorization.
Toggle warnings.
# 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