SachaEpskamp / qgraph

Developmental version of qgraph
GNU General Public License v2.0
68 stars 21 forks source link

error in qgraph #39

Closed ghost closed 4 years ago

ghost commented 4 years ago

library("psych") big5pca <- principal(cor(big5),5,rotate="promax") qgraph(big5pca,groups=big5groups,layout="circle",rotation="promax",minimum=0.2,

  • cut=0.4,vsize=c(1.5,10),borders=FALSE,vTrans=200,title="Big 5 PCA") Error in qgraph(big5pca, groups = big5groups, layout = "circle", rotation = "promax", : Input is not a weights matrix or an edgelist.
SachaEpskamp commented 4 years ago

library("psych") should be library("psychTools"), this will be fixed in the new version!