Compute multiple types of correlations analysis (Pearson correlation, R^2 coefficient of linear regression, Cramer's V measure of association, Distance Correlation,The Maximal Information Coefficient, Uncertainty coefficient and Predictive Power Score) in large dataframes with mixed columns classes(integer, numeric, factor and character) in parallel backend.
The function is designed to calculate when x and y have one column, as this is the only way it is used within the package. I will check how the function can be modified to support multiple columns.
Is this expected?
Created on 2024-11-11 with reprex v2.1.1