View source: R/routlier_dt_sd.R
routlier_dt_sd | R Documentation |
The outlier will highlighted in green and the word 'Outlier' will replace the value in the cell.
routlier_dt_sd(data, sd)
data |
filepath to data. |
sd |
number of standard deviations. |
Returns an outlier dataset from the original dataset in a DT table. The user must specify the standard deviation to determine the outlier.
## Look at 2 SD outliers
routlier_dt_sd(data = iris,sd = 2)
## Look at 3 SD outliers
routlier_dt_sd(data = iris, sd = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.