-
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
enhancement 💥Implemented features can be improved or revisedImplemented features can be improved or revised
Description
Currently I can only partialize by all the "other" selected columns (the ones that aren't part of the correlation).
It would be nice to be able to "fix" which columns I want to partialize by.
For example, I can get multi-level correlations this way:
correlation::correlation(
iris,
partial_by = "Species", # <<<<<<<<<<<<
partial = TRUE,
multilevel = TRUE
)
Metadata
Metadata
Assignees
Labels
enhancement 💥Implemented features can be improved or revisedImplemented features can be improved or revised