Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: arithmetic with correlation data frames #26

Closed
jcberny opened this issue Oct 19, 2016 · 2 comments
Closed

Feature request: arithmetic with correlation data frames #26

jcberny opened this issue Oct 19, 2016 · 2 comments

Comments

@jcberny
Copy link

jcberny commented Oct 19, 2016

Showing which correlations change between treatments would be of great use. Is there a way to subtract one correlation data frame of one treatment with the other treatment, and still be in a object class that corrr can plot?

@drsimonj drsimonj changed the title Correlation diferential Feature request: arithmetic with correlation data frames Oct 19, 2016
@drsimonj
Copy link
Collaborator

This should be extended to accommodate any sort of matrix algebra that makes sense in the context of correlation data frames. For example, given two correlation data frames, r1 and r2, it'd be nice to be able to do the following while preserving the cor_df class:

r1 + r2

r1 - r2

r1 * r2

r1 / r2

Other considerations might be:

r1^2

@github-actions
Copy link

github-actions bot commented Mar 7, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants