You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please take a look to this error when you try to plot a correlation matrix with all values lower or equal to significant level.
Thank's in advance
Juan
Please take a look to this error when you try to plot a correlation matrix with all values lower or equal to significant level.
Thank's in advance
Juan
require(Hmisc, quietly = TRUE)
require(corrplot)
p=rcorr(as.matrix(attitude[,1:3]))$P
cor_=cor(attitude[,1:3])
corrplot.mixed(cor_, upper='number',lower='ellipse', p.mat=p,
insig='blank')
Error in symbols(pos.pNew[, 1][ind.p], pos.pNew[, 2][ind.p], inches = FALSE
ind.p has length zero because there is no value greater than significant level.
The text was updated successfully, but these errors were encountered: