Description Usage Arguments Value Examples
View source: R/identifyOutliers.R
Identify Outliers Function
1 |
vector |
a dataframe with two columns. First column shows us the value and the second column ("Status") identifies whether a value is "Not Outlier", "Possible", or "Outlier"
1 | x <- c(4,90,100,95); identifyOutliers(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.