Learn R Programming

bibliometrix (version 4.3.0)

dominance: Authors' dominance ranking

Description

It calculates the authors' dominance ranking from an object of the class 'bibliometrix' as proposed by Kumar & Kumar, 2008.

Usage

dominance(results, k = 10)

Value

The function dominance returns a data frame with cases corresponding to the first k most productive authors and variables to typical field of a dominance analysis.

the data frame variables are:

AuthorAuthor's name
Dominance FactorDominance Factor (DF = FAA / MAA)
Tot ArticlesN. of Authored Articles (TAA)
Single AuthoredN. of Single-Authored Articles (SAA)
Multi AuthoredN. of Multi-Authored Articles (MAA=TAA-SAA)
First AuthoredN. of First Authored Articles (FAA)
Rank by ArticlesAuthor Ranking by N. of Articles
Rank by DFAuthor Ranking by Dominance Factor

Arguments

results

is an object of the class 'bibliometrix' for which the analysis of the authors' dominance ranking is desired.

k

is an integer, used for table formatting (number of authors). Default value is 10.

See Also

biblioAnalysis function for bibliometric analysis

summary method for class 'bibliometrix'

Examples

Run this code
data(scientometrics, package = "bibliometrixData")
results <- biblioAnalysis(scientometrics)
DF=dominance(results)
DF

Run the code above in your browser using DataLab