Description Usage Arguments Value Author(s)
View source: R/outlier_bounds.R
A function used to calculate the bounds containing observations not classified as outliers. In short, any observations above the upper limit or below the lower limit will be classified as outliers.
| 1 | outlier_bounds(vect, k = 1.5)
 | 
| vect | A numeric vector of data for which to calculate bounds. | 
| k | A  | 
An object with the following fields:
upperThe upper bound of non-outlier values.
lowerThe lower bound of non-outlier values.
Frank Kovacs, fkovacs AT andrew.cmu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.