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