I am using this code to get a centralityPlot.
library(qgraph)
centralityPlot(graph2, include =
c("Strength","ExpectedInfluence","Betweenness","Closeness"),
orderBy ="ExpectedInfluence")
Outcome from RStudio:
Can anyone explain what these plots mean?
What does the x-axis show?
In expected influence - does it then show -2 that they have a negative impact?