Closed
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
)