powered by
Summarise outliers in a dataset or tibble.
summarise_boxplot_outliers(data, var, ...)
A tibble or dataframe. Required input. Group the dataset as appropriate prior.
Unquoted variable from which to calculate outliers. Required input.
Passed to boxplot.stats
boxplot.stats
A tibble or dataframe.
# NOT RUN { library(simplevis) library(dplyr) library(palmerpenguins) penguins %>% group_by(species) %>% summarise_boxplot_outliers(body_mass_g) # }
Run the code above in your browser using DataLab