Skip to content

adjust/partialize by selected column #147

Closed
@mattansb

Description

@mattansb

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

No one assigned

    Labels

    enhancement 💥Implemented features can be improved or revised

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions