library(InequalityEnvironment) library(kableExtra) library(tidyverse) library(huxtable) library(car) library(GGally) library(plotly) library(here) knitr::opts_chunk$set(echo = FALSE) def <- knitr::knit_hooks$get("output") knitr::knit_hooks$set(output = function(x, options) { x <- def(x, options) ifelse(!is.null(options$suppress), gsub(pattern = "```.*```", "", x), x) })
Global warming has very likely exacerbated global economic inequality, including ∼25% increase in population-weighted between-country inequality over the past half century. @diffenbaugh2019global
Climate change and climate variability worsen existing poverty, exacerbate inequalities, and trigger both new vulnerabilities and some opportunities for individuals and communities. @olsson2014livelihoods
Poverty and persistent inequality are the most salient of the conditions that shape climate-related vulnerability. @ribot2013vulnerability
1) The environmental footprint of the wealthy.
The income share of the top 10% increases [U.S. state-level] CO2 emissions. @jorgenson2017income
{height=250px}
{height=250px}
{height=250px}
2) People living in poverty have more pressing concerns than making enviro-friendly choices.
{height=250px}
{height=250px}
{height=600px}
1) Political economy: the rich have a preference for more pollution. The greater the resources the rich have, the more likely they are able to "buy" lax environmental regulation. @boyce1994inequality
2) @ravallion2000carbon and @levinson2019environmental find that emissions are lower with higher inequality.
{height=300px}
3) inequality makes collective action more difficult. @ostrom1990governing
4) Inequality might create perverse incentives e.g. conspicuous consumption, @corneo1997conspicuous, labour market rat race, @landers1996rat, to the detriment of the environment. @bowles2005emulation
ggplotly(rr) %>% animation_opts(transition = 0)
{ height=50% }
We are in the midst of the world's 6th extinction crisis: @pimm1995future, @lawton1995extinction, @de2015estimating, @pimm2014biodiversity, @diaz2019global.
8 billion mouths to feed has created great stress on nitrogen and phosphorus cycles.
What is needed is a measure of how well we are doing at addressing this multifaceted problem.
{height=500px}
r sort(unique(epi_data$year))
, butBecause the underlying methodology and data change between versions of the EPI, it is not appropriate to assemble the scores from each release into a time series (https://epi.yale.edu/faq/epi-faq)
epi_vs_year
yearly_indicator_diff
... is like an exquisitely balanced French recipe, spelling out precisely with how many turns to mix the sauce, how many carats of spice to add, and for how many milliseconds to bake the mixture at exactly 474 degrees of temperature. But when the statistical cook turns to raw materials, he finds that hearts of cactus fruit are unavailable, so he substitutes chunks of cantaloupe; where the recipe calls for vermicelli he uses shredded wheat; and he substitutes green garment dye for curry, ping-pong balls for turtle's eggs and, for Chalifougnac vintage 1883, a can of turpentine (Stefan Valavanis)
{width=4,height=4}
gini_plot
1) EPI scores seem a little dodgy 2) Within country inequality is highly stable over time
wealth_vs_epi
kuznet
1) Environmental health contributes to economic prosperity OR
2) Economic prosperity allows rich countries to take costly actions to protect the environment OR
3) Economic prosperity allows rich countries to outsource the production of environmentally damaging goods.
- Trade data and standard EPI scores can be used to create a weighted EPI score that crudely addresses these leakages. - The relationship between gdp/capita and epi scores still exists using this weighted EPI score.
controls_pairs
inequality_pairs
hr <- huxreg(regressions$rob_mod[[1]], regressions$rob_mod[[2]], regressions$rob_mod[[3]], regressions$rob_mod[[4]], omit_coefs=c("(Intercept)"), statistics = character(0)) hr$names <- hr$names%>% str_replace_all("_", " ")%>% str_to_title() hr
No strong relationship between EPI scores and the absolute number of people living in poverty.
Caveat: EPI scores do not account for leakages between countries. Next up: weighted EPI
Rich countries might have high EPI scores because they import, rather than produce, environmentally damaging goods.
If we believe in Homo economicus, then the entire environmental impact should be attributed to (the country of) the consumer.
In contrast, EPI scores attribute pollution to (the country of) the producer.
{height=300px}
{}
Create a weighted average of a country's EPI score and an import EPI.
Consider Canada:
kbl(canada)%>% kable_styling(bootstrap_options = c("striped", "hover"), full_width = F)
Weight on import EPI is $w_{i}=\frac{M}{GDP-X+M}=$
r round(canada[3,2]/(canada[1,2]-canada[2,2]+canada[3,2]),2)%>%pull()
kbl(canada_partners)%>% kable_styling(bootstrap_options = c("striped", "hover"), full_width = F)
Import EPI is a weighted average of top 5 trading partner's EPI's.
To calculate the weights we pretend each country only trades with these top five trade partners.
A non-exhaustive list of problems with my "back of the envelope" adjustment.
Some other attempts at environmental accounting
cover a very limited set of countries/industries/pollutants: @muradian2002embodied
focus exclusively on $CO_2$: @peters2011growth
epi_vs_wepi
hr <- huxreg(regressions$rob_mod[[5]],regressions$rob_mod[[6]],regressions$rob_mod[[7]],regressions$rob_mod[[8]], omit_coefs=c("(Intercept)"), statistics = character(0)) hr$names <- hr$names%>% str_replace_all("_"," ")%>% str_to_title() hr
make_av_plots <- function(mdl, var){ var=str_sub(var, start=2) avPlots(mdl, var, cex=.5, main="") } par(mfrow=c(2,4)) regressions %>% mutate(plots=walk2(mod, inequality, make_av_plots)) #dev.off()
If the total effort is 45, the probability there is enough fish is .25.
The expected profit function for player 1 is:
$E[\pi_1]=\left[\alpha e_1+\frac{1-\alpha}{3}(e_1+e_2+e_3)\right]\left(\frac{60-e_1-e_2-e_3}{60}\right)-\frac{e_1}{3}$
Because the total effort is larger than the stock of fish the resource is destroyed.
effort | Profit |
---|---|
2 | -0.67 |
5 | -1.67 |
9 | -3 |
So in your treatment the expected profit function for player 1 is:
$E[\pi_1]= \left(\frac{e_1}{2}+\frac{1}{6}(e_1+e_2+e_3)\right) \left(\frac{60-e_1-e_2-e_3}{60}\right)-\frac{e_1}{3}$
How much effort do you want to put into fishing in round 3?
## The treatments:
* Communism ($\alpha=0$): Prediction: free riding.
* Universal Basic Income ($\alpha=\frac12$): Prediction: joint payoff maximizing effort.
* laissez-faire ($\alpha=1$) Prediction: tragedy of the commons.
wzxhzdk:15
## References
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.