dominance function

Authors' dominance ranking

Authors' dominance ranking

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

dominance(results, k = 10)

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.

Returns

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

Examples

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

See Also

biblioAnalysis function for bibliometric analysis

summary method for class 'bibliometrix'