winzorize | R Documentation |
This function performs the replacement of extreme values by less extreme ones in a dataframe for performing parametric tests
winzorize(
dat,
dv,
ivs = NULL,
covar = NULL,
probs = c(0.05, 0.95),
skewness = c()
)
dat |
a data frame containing the values to be winzorized |
dv |
column with the dependent variable |
ivs |
columns with the independent variables |
covar |
columns with the covariante |
probs |
numeric vector of probabilities with values in [0,1] as used in quantile |
skewness |
columns in which there were applied skewness transformation |
A data frame containing the column with dv values replaced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.