Guess the map 13: Mercator maps are cool, actually

Status
Not open for further replies.
mmhh... China, Turkey and Iran are lower on the scale as you'd expect for something related to wealth.
Will that help for further analysis ^^?
I think so, but I have a slight worry my interpretations of those differences could be a mirror on my biases against these countries that I have never been to. It is also possible that it says more about the biases of those who designed the methodology. I think it is interesting those countries that are punching above their weight, such as Bhutan and Scandinavia.

New page, new map (ie. I have fixed more countries)

eith-png.602360


Spoiler Rant: Why can we not decide what countries are called? :
My longest list of manual fixes for country names so far. How can it be so hard to figure out what countries are called?
Code:
world[world$name == "United States","value"] <- input[grepl("USA", input$Entity),"Value"]
world[world$name == "Korea","value"] <- input[grepl("South Korea", input$Entity),"Value"]
world[world$name == "Czech Rep.","value"] <- input[grepl("Czech Republic", input$Entity),"Value"]
world[world$name == "Dominican Rep.","value"] <- input[grepl("Dominican Republic", input$Entity),"Value"]
world[world$name == "Dem. Rep. Congo","value"] <- input[scores$Entity == "Congo (Kinshasa)","Value"]
world[world$name == "Congo","value"] <- input[scores$Entity == "Congo (Brazzaville)","Value"]
world[world$name == "Lao PDR","value"] <- input[scores$Entity == "Laos","Value"]
world[world$name == "S. Sudan","value"] <- input[scores$Entity == "South Sudan","Value"]
world[world$name == "Bosnia and Herz.","value"] <- input[scores$Entity == "Bosnia and Herzegovina","Value"]
world[world$name == "Central African Rep.","value"] <- input[scores$Entity == "Central African Republic","Value"]
world[world$name == "Macedonia","value"] <- input[scores$Entity == "North Macedonia","Value"]
world[world$name == "Côte d'Ivoire","value"] <- input[scores$Entity == "Ivory Coast","Value"]
world[world$name == "Somaliland","value"] <- input[scores$Entity == "Somaliland region","Value"]
world[world$name == "Taiwan","value"] <- input[scores$Entity == "Taiwan Province of China","Value"]
 

Attachments

  • eith.png
    eith.png
    51.2 KB · Views: 201
Last edited:
To help untease the value/gdp relationship I ploted them against each other, plain and with GDP logged:
value-by-gdp.png
value-by-log-gdp.png


So I say it is roughly value ~ log(GDP), so plotting value / log(GDP) gives:

eith_gdp_log-png.602362
 

Attachments

  • eith_gdp_log.png
    eith_gdp_log.png
    49.1 KB · Views: 201
Some sort of happiness index?

And while I feel your pain about country names, it could also be much worse. At least there are standards, even if they are sometimes ignored.
 
Some sort of happiness index?

And while I feel your pain about country names, it could also be much worse. At least there are standards, even if they are sometimes ignored.
You got it!!!!!

From The World Happiness Report 2021, but mine is the average of the last 2 decades. This is another version of the map:

Global-Happiness-Levels-2021-Main-Graphic.png


I like my function to GDP though, expect more stuff plotted that way if I guess any more.

Yeah, at least there are fewer than two hundred countries. One of my bug bears is using gene symbols for lookup and that is really common.
 
Last edited:
Food Insecurity?
 
Immunization against childhood diseases.
 
Access to proper toilets?
 
Status
Not open for further replies.
Back
Top Bottom