# NOT RUN {
# adding column for outlier and a label for that outlier
ggstatsplot:::outlier_df(
data = morley,
x = Expt,
y = Speed,
outlier.label = Run,
outlier.coef = 2
) %>%
dplyr::arrange(outlier)
# }
Run the code above in your browser using DataLab