Skip to content

diagnose_outlier() by group variable #95

Description

@Greatgit545

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions