-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
13 lines (13 loc) · 1005 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: hhi
Type: Package
Title: Calculate and Visualize the Herfindahl-Hirschman Index
Version: 1.2.0
BugReports: https://github.com/pdwaggoner/hhi/issues
Author: Philip D. Waggoner <philip.waggoner@gmail.com>
Maintainer: Philip D. Waggoner <philip.waggoner@gmail.com>
Description: Based on the aggregated shares retained by individual firms or actors within a market or space, the Herfindahl-Hirschman Index (HHI) measures the level of concentration in a space. This package allows for intuitive and straightforward computation of HHI scores, requiring placement of objects of interest directly into the function. The package also includes a plot function for quick visual display of an HHI time series using any measure of time (year, quarter, month, etc.). For usage, please cite the Journal of Open Source Software paper associated with the package: Waggoner, Philip D. (2018) <doi:10.21105/joss.00828>.
License: MIT + file LICENSE
Imports: ggplot2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1