How to solve this problem:"The matrix is not in [-1, 1]",it seems to be caused by too much data, because running the same code with smaller variables can get the desired results

Error in corrplot(corr.rr, p.mat = corr.pp, method = "circle", insig = "label_sig", :
The matrix is not in [-1, 1]!

What is the result of

range(corr.rr)

Are any values of corr.rr outside of the range [-1,1]?

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.