Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

networkStat returning redundant vertex statistics in several columns #415

Open
clithero opened this issue Dec 28, 2023 · 0 comments
Open

Comments

@clithero
Copy link

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.

  1. I am assuming this is an error? If not, why are they the same?
  2. If an error, which of these three is the one being repeated?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant