cran / bibliometrix

:exclamation: This is a read-only mirror of the CRAN R package repository. bibliometrix — Comprehensive Science Mapping Analysis. Homepage: https://www.bibliometrix.org, https://github.com/massimoaria/bibliometrix, https://www.k-synth.com Report bugs for this package: https://github.com/massimoaria/bibliometrix/issue ...
Other
0 stars 5 forks source link

Typo maybe? #1

Open silviaegt opened 4 years ago

silviaegt commented 4 years ago

Hi there, I am translating/adapting your intro to Bibliometrix into Spanish. I am at this point, but I feel like there's something wrong, I ran the summary() function, to this data frame:

archivo <- readFiles("datos/scopus.bib")
df <- convert2df(archivo, dbsource = "scopus", format = "bibtex")
analisis <- biblioAnalysis(df, sep = ";")
puntosclave <- summary(object = analisis, k = 10, pause = FALSE)

And got these numbers from "puntosclave" (the variable with the summary results):

Authors per Document                  2.24 
Co-Authors per Documents              3.02 

In your introduction you say that

Authors per Article index ≥ Co-authors per Article index

But as you can see I got the exact opposite.

The bib file I used is here.

Thank you so much for this amazing package!

gaborcsardi commented 4 years ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Thanks!

silviaegt commented 4 years ago

Lol. My bad. Thanks :+1: