View source: R/low-hanging_indicators.R
get_palma_ratio | R Documentation |
Calculate Palma ratio using decile information
get_palma_ratio(
top10,
bottom40 = NULL,
decile1 = NULL,
decile2 = NULL,
decile3 = NULL,
decile4 = NULL
)
top10 |
Numeric vector giving either welfare or welfare share for tenth decile |
bottom40 |
numeric: sum of deciles 1 to 4. |
decile1 |
Numeric vector giving either welfare or welfare share for first decile |
decile2 |
Numeric vector giving either welfare or welfare share for second decile |
decile3 |
Numeric vector giving either welfare or welfare share for third decile |
decile4 |
Numeric vector giving either welfare or welfare share for fourth decile |
Numeric vector giving the Palma ratio, the ratio of top 10% to bottom 40% welfare
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.