-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
64 lines (63 loc) · 2.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Type: Package
Package: concstats
Title: Market Structure, Concentration and Inequality Measures
Version: 0.2.0
Authors@R: c(
person(given = "Andreas",
family = "Schneider",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-5630-1097")),
person("Sebastian", "Wojcik", role = "rev"),
person("Christopher T.", "Kenny", role = "rev")
)
Description: Based on individual market shares of all participants in a
market or space, the package offers a set of different structural and
concentration measures frequently - and not so frequently - used in research
and in practice. Measures can be calculated in groups or individually.
The calculated measure or the resulting vector in table format should help
practitioners make more informed decisions. Methods used in this package are
from:
1. Chang, E. J., Guerra, S. M., de Souza Penaloza, R. A. & Tabak, B. M.
(2005) "Banking concentration: the Brazilian case".
2. Cobham, A. and A. Summer (2013). "Is It All About the Tails? The
Palma Measure of Income Inequality".
3. Garcia Alba Idunate, P. (1994). "Un Indice de dominancia para el
analisis de la estructura de los mercados".
4. Ginevicius, R. and S. Cirba (2009). "Additive measurement of market
concentration" <doi:10.3846/1611-1699.2009.10.191-198>.
5. Herfindahl, O. C. (1950), "Concentration in the steel industry"
(PhD thesis).
6. Hirschmann, A. O. (1945), "National power and structure of foreign
trade".
7. Melnik, A., O. Shy, and R. Stenbacka (2008), "Assessing market dominance"
<doi:10.1016/j.jebo.2008.03.010>.
8. Palma, J. G. (2006). "Globalizing Inequality: 'Centrifugal' and
'Centripetal' Forces at Work".
9. Shannon, C. E. (1948). "A Mathematical Theory of Communication".
10. Simpson, E. H. (1949). "Measurement of Diversity"
<doi:10.1038/163688a0>.
License: GPL (>= 3)
URL: https://github.com/ropensci/concstats/,
https://docs.ropensci.org/concstats/(website)
BugReports: https://github.com/ropensci/concstats/issues/
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
dplyr,
devtools,
kableExtra,
ggplot2,
testthat (>= 3.0.0),
covr
VignetteBuilder:
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3