View source: R/routlier_simple.R
routlier_simple | R Documentation |
The word 'Outlier' will replace the value that is an outlier in the respective cell.
routlier_simple(data, sd)
data |
filepath to data |
sd |
number of standard deviations. |
Return's an outlier dataset from the original dataset provided by the user.
## Load the routlier library
## Look at 2 SD outliers
routlier_simple(data = iris,sd = 2)
## Look at 3 SD outliers
routlier_simple(data = iris,sd = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.