Description Usage Arguments Value Examples
View source: R/helper_functions.R
This function calculates outliers for any given metric
1 2 3 4 5 6 7 8 |
df |
A dataframe containing metric values |
metric |
The column name of the metric of interest |
bin.threshold |
The min number of bins that needs to be met in order to calculate bins up to max.bins |
min.bins |
The min number of bins |
max.bins |
The max number of bins |
bin.cutoff |
Combines bins together where the percent of values contained is less than the cutoff |
A list object containing the input df with outliers removed, and the outlier values
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.