DataExplorer icon indicating copy to clipboard operation
DataExplorer copied to clipboard

Different correlation meters between create_report and plot_correlation

Open andresfpatinomd opened this issue 3 years ago • 1 comments

I found that the correlation meters are different between create_report () and plot_correlation() functions. If I run for each pair of continuous variables the cor() or cor.test(), the result of plot_correlation seems to be correct, but the result printed on the correlation plot generated in the create_report file is different.

andresfpatinomd avatar Jul 25 '22 22:07 andresfpatinomd

The only difference between plot_correlation and the one in create_report is "use" = "pairwise.complete.obs", and you can turn it off if you don't want the default setting. Could you double check with your data?

boxuancui avatar Jul 26 '22 02:07 boxuancui