sdOutlier | R Documentation |
This function will identify outliers using the standard deviation.
sdOutlier(x, na.rm = TRUE, thresh)
x |
A numerical vector to perform outlier removal on. |
na.rm |
Logical, if |
thresh |
Numeric, a constant to multiply the SD by for detecting outiers. |
A vector with outliers set the NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.