diff --git a/Poverty/index.html b/Poverty/index.html index 5da5420..88e9acc 100644 --- a/Poverty/index.html +++ b/Poverty/index.html @@ -183,7 +183,7 @@
Chandan Sapkota, who one of my friend Bigyan calls the “Ezra Klein of Nepal”, produces amazing analysis about Nepal, taking data sources from the obscure reports of government institutions and writing them up in accessible blog posts. When he posted about “Poverty by District in Nepal”, I thought that I'd map the poverty, since it is hard for me to place all the districts in Nepal, and I wanted to see what the visual spread of poverty was. This html is generated automatically using R markdown; see the git repository to see the data and to get the rmd file.
+Chandan Sapkota, who one of my friend Bigyan calls the “Ezra Klein of Nepal”, produces amazing analysis about Nepal, taking data sources from the obscure reports of government institutions and writing them up in accessible blog posts. When he posted about “Poverty by District in Nepal”, I thought that I'd map the poverty, since it is hard for me to place all the districts in Nepal, and I wanted to see what the visual spread of poverty was. This html is generated automatically using R markdown; see the git repository to see the data and to get the rmd file. The git repository also contains a library in the making, NepalMapUtils, which has some convenience functions for making choropleth maps (of Nepal).
And now the 2001 data, which has been modified to have the exact same columns already:
+And now we will also load the 2001 data, which has been modified to have the exact same column names already:
poverty2001 <- read.csv("PovertyEstimates2001.csv")
@@ -264,13 +264,9 @@ Scale for 'fill' is already present. Adding another scale for 'fill',
-which will replace the existing scale.
-
-
The message here seems to be that most of the country has become less poor, with an exception of an icnrease in poverty in: Mustang / Manang, the Far Western Mountains, and in the central-eastern Terai (Parsa/Bara/Rautahat and Siraha/Saptari).
+The units here are in difference of percentage points; bigger negative numbers are better. The message here seems to be that most of the country has become less poor, with an exception of an increase in poverty in: Mustang / Manang, the Far Western Mountains, and in the central-eastern Terai (Parsa/Bara/Rautahat and Siraha/Saptari).