Bibliometrix

Source: Wikipedia, the free encyclopedia.
bibliometrix
Original author(s)Massimo Aria, Corrado Cuccurullo
Initial release2017
Stable release
4.0.1 / 2022-09-16
Repositorycran.r-project.org/web/packages/bibliometrix/index.html
Written inR
LicenseGNU General Public License version 3
Websitewww.bibliometrix.org

Bibliometrix is a package for the R statistical programming language for quantitative research in scientometrics and bibliometrics.[1]

Bibliometrics is the application of quantitative analysis and statistics to publications such as journal articles and their accompanying citation counts. Quantitative evaluation of publication and citation data is now used in almost all science fields to evaluate growth, maturity, leading authors, conceptual and intellectual maps, trend of a scientific community. Bibliometrics is also used in research performance evaluation,[2] especially in university and government labs, and also by policymakers,[3] research directors and administrators, information specialists and librarians, and scholars themselves.[2][4][5][6][7]

The package is written in R, an open-source environment and ecosystem. The existence of substantial of good statistical algorithms, access to high-quality numerical routines, and integrated data visualization tools are perhaps the strongest qualities to prefer R to other languages for scientific computation.

Bibliometrix supports scholars in key phases of analysis:

  1. Data importing and conversion to R data-frame;
  2. Descriptive analysis of a publication dataset;
  3. Network extraction for co-citation, coupling, and collaboration analyses. Matrices are the input data for performing network analysis, factorial analysis or multidimensional scaling analysis;
  4. Text mining of manuscripts (title, abstract, authors' keywords, etc.);
  5. Co-word analysis.

Main functions of Bibliometrix package

The following table lists the main functions of bibliometrix package:

Software assisted

workflow steps[8]

Bibliometrix function[9] Description
Data loading and converting Convert2df() It creates a bibliographic data frame
Data Analysis

Descriptive bibliometric analysis

biblioAnalysis()

Summary() and plot()

citations()

localCitations()

dominance()

Hindex()

lotka()

It returns an object of class bibliometrix

They summarize the main results of the bibliometric analysis

It identifies the most cited references or authors

It identifies the most cited local authors

It calculates the authors’ dominance ranking

It measures productivity and citation impact of a scholar

It estimates Lotka’s law coefficients for scientific productivity

Data Analysis

Term Extraction

termExtraction() • it extracts terms from textual fields (abstracts, titles, author's keywords, etc.) of a bibliographic collection
Data Analysis

Bi-partite networks

cocMatrix() It computes a bipartite network
Data Analysis

Normalization

couplingSimilarity() It calculates Jaccard or Salton similarity coefficient among manuscripts of a coupling network
Data Analysis

Data Reduction

External functions from other R packages Other R packages suggested for bibliometric analysis

factominer: for PCA and MCA

cmdscale: for MDS

cluster: for clustering

Data Analysis

Similarity matrix

(square network matrix)

biblioNetwork() It calculates the most frequently used coupling networks
Data visualization

Mapping

External functions from other R packages Other R packages suggested for mapping

igraph for social network

ggplot2 for bi-dimensional maps

cluster for dendrogram

References

  1. ^ Pritchard, A (1969). "Statistical bibliography or bibliometrics". Journal of Documentation. 25, 348.
  2. ^
    S2CID 10037669
    .
  3. .
  4. ^ Cuccurullo, C., Aria, M., & Sarto, F. (2015). Twenty years of research on performance management in business and public administration domains. Presentation at the Correspondence Analysis and Related Methods conference (CARME 2015) in September 2015.
  5. ^ Cuccurullo, C., Aria, M., & Sarto, F. (2013). Twenty years of research on performance management in business and public administration domains. In Academy of Management Proceedings (Vol. 2013, No. 1, p. 14270). Academy of Management.
  6. ISSN 1097-0266
    .
  7. ^ Rousseau, D. M. (2012). The Oxford handbook of evidence-based management. . Oxford University Press.
  8. ISSN 1532-2890
    .
  9. ^ "Package 'bibliometrix' : Title Comprehensive Science Mapping Analysis Version 3.2.1" (PDF). Cran.r-project.org. February 21, 2022. Retrieved March 9, 2022.

External links