View source: R/routlier_tukey.R
routlier_tukey | R Documentation |
The word 'Outlier' will replace the value that is an outlier in the respective cell.
routlier_tukey(data,type,outlier_type)
data |
filepath to data |
type |
select type of quatile method to use. Choices from 1 to 7. |
outlier_type |
select type of outlier selecting either "M" for mild or "E" for extreme. |
Return's an outlier dataset from the original dataset in a formattable table. The data returned is currently the numeric data only from the dataset.
## Load the routlier library
library(routlier)
## Look at outliers utilizng the Tukey method
routlier_tukey(data = detroit,type = 7,outlier_type="M")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.