Description Usage Arguments Value
Identify "far outlier" points using IQR method
| 1 | farout(x, tiles = 4, threshold = 3)
 | 
| x | numeric vector, matrix, or array | 
| tiles | defaults to 4 (the IQR) | 
| threshold | defaults to 3 ("far" or "extreme" outliers, i.e., beyond "outer fence") | 
boolean vector of length(x) indicating which points (if any) are outlying
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.