Description Usage Arguments Examples
View source: R/removeOutliers.R
Remove outliers from a data frame
1 | removeOutliers(data, predictors, sd = 3)
|
data |
A data frame. |
predictors |
A vector of the column names in data corresponding to the predictors that outliers should be removed for sd The number of standard deviations. Predictor values further than sd standard deviations from the predictor mean are removed. Default: 3. |
model |
A PAM model. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.