no_outliers | R Documentation |
This function returns a dataframe subsetted to not include observations that are beyond the outliers of the specified variable. Outliers are defined by the quantiles +- 1.5 times the interquartile range.
no_outliers(data, var)
data |
The data to subset |
var |
The variable to subset by |
A dataframe without entries containing outliers in the selected variable.
no_outliers(iris, Sepal.Length)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.