SachaEpskamp / qgraph

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

Warning message: Removed 2 rows containing missing values (geom_point). #54

Closed lxxhy closed 3 years ago

lxxhy commented 3 years ago

hello, Sacha.

I want to ask you errors about centrality.

centralityPlot(Network0, include = c("Strength", "Closeness", "Betweenness"), scale = "relative", orderBy = "Strength") Note: relative centrality indices are shown on x-axis rather than raw centrality indices. Warning message: Removed 2 rows containing missing values (geom_point).

This error only appears in the data containing the threshold = TRUE, is it related? Please reply if you have any guesses.**

SachaEpskamp commented 3 years ago

The warning has to do with NA centrality indices, likely due to nodes not being connected to the giant component. The note simply clarifies that the centrality metrics are standardized.

JoeyJoeyLI commented 1 year ago

Hi Sacha,

I would like to inquire about the meaning of a NA centrality index. Does it indicate that the centrality analysis did not terminate normally? Additionally, I have encountered a missing value of expected influence for one node (md4) in my network. Please refer to the attached picture below.

Thank you!

截屏2023-07-11 下午12 41 34 截屏2023-07-11 下午12 41 54