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
I am trying to use the networkStat() function to get various vertex statistics. However, several of the columns are giving the exact same numbers. When I run the following:
Hello -
I am trying to use the networkStat() function to get various vertex statistics. However, several of the columns are giving the exact same numbers. When I run the following:
NM <- biblioNetwork(M, analysis = "coupling", network = "references")
NMstat <- networkStat(NM,stat="all",type="all")
the output for three variables saved in "vertex" are the exact same for all articles: vertexCentrEigen, vertexHub, and VertexAuthority.
I have tried this for two different sets of articles and the same problem occurs. So, two questions.
Thank you!
The text was updated successfully, but these errors were encountered: