A wrapper for the proposed concentration measures
Arguments
- x
A non-negative numeric vector. The computation yields
NAifNAvalues are present.- normalized
Logical. Argument specifying whether or not a normalized value is required. Must be either
TRUEorFALSE. Defaults toFALSE.- na.rm
A logical vector that indicates whether
NAvalues should be excluded or not. Must be eitherTRUEorFALSE. The default isTRUE. If set toFALSEthe computation yieldsNAif vector containsNAvalues.- digits
An optional value for digits. Specifies the minimum number of significant digits to be printed in values.
Details
concstats_all_comp returns all proposed group measures in a one step
procedure with default settings if not otherwise specified.
See also
concstats_all_mstruct(), concstats_all_inequ()
Other Competition/Concentration measures:
concstats_comp(),
concstats_dom(),
concstats_hhi(),
concstats_hhi_d(),
concstats_hhi_min(),
concstats_sten()
Examples
# a vector of market shares
x <- c(0.35, 0.4, 0.05, 0.1, 0.06, 0.04)
concstats_all_comp(x, digits = 2)
#> Measure Value
#> 1 HHI 0.30
#> 2 HHI(min) 0.17
#> 3 HHI(dual) 0.44
#> 4 Dominance 0.45
#> 5 Stenbacka(%) 48.12
