Skip to content

GS7271/GDP_Rankings_v_Income_Groups

Repository files navigation

#GDP Ranking and Income Group Analysis The purpose of this case study is to analyze the relation between the size of an economy and the standard of living of its citizens based on GDP and income data provided by The World Bank.

Use the following code to reproduce the data gathering, analysis and presentation.

library(repmis)
library(dplyr)
library(ggplot2)
library(reshape2)
library(countrycode)
library(RCurl)
sessionInfo()

About

First Draft from Local Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages