routlier_mad | R Documentation |
The Outlier(s) wil be highlighted red in the table and the other values will be highlighted greeen.
There is also a printout of the data and the columns giving the upper and lower MAD and the overall range of the MAD.
routlier_mad(data,MAD)
data |
filepath to data. |
MAD |
number of MAD standard deviations. |
Returns a numeric dataset from the original dataset and the outliers are highlighted in red.The outlier table and the number of outliers are returned as a list object.
data<- routlier_mad(data = mtcars,MAD = 2)
print(data$outliers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.