Thanks for this great package, really love it. Just one question: currently diagnosise_outlier() work with "group" variable but doesn't seem to show the group variable in the results. Is there a way to show the "group" variable" in the results?
Here is the example, the group variable "Species" doesn't show in the results:
iris %>%
group_by(Species) %>%
diagnose_outlier() %>%
flextable::flextable()
Thanks a lot
Thanks for this great package, really love it. Just one question: currently diagnosise_outlier() work with "group" variable but doesn't seem to show the group variable in the results. Is there a way to show the "group" variable" in the results?
Here is the example, the group variable "Species" doesn't show in the results:
Thanks a lot