26  gapminder.csv

The data in gapminder.csv contains data on 6 attributes for 193 countries. These data, based on 2017 measures collected by World Bank, were compiled by gapminder.org and made available free under the CC-BY license. The variables are:


26.0.1 Preview

Code
# Import Data
gapminder = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/gapminder.csv")

# View data
gapminder
ABCDEFGHIJ0123456789
country
<chr>
region
<chr>
income
<dbl>
income_level
<chr>
life_exp
<dbl>
co2
<dbl>
co2_change
<chr>
population
<dbl>
AfghanistanAsia2.030Level 162.70.2540increase37.2000
AlbaniaEurope13.300Level 378.41.5900increase2.8800
AlgeriaAfrica11.600Level 376.03.6900increase42.2000
AndorraEurope58.300Level 482.16.1200decrease0.0770
AngolaAfrica6.930Level 264.61.1200decrease30.8000
Antigua and BarbudaAmericas21.000Level 376.25.8800increase0.0963
ArgentinaAmericas22.700Level 376.54.4100decrease44.4000
ArmeniaEurope12.700Level 375.61.8900decrease2.9500
AustraliaAsia49.000Level 482.916.9000decrease24.9000
AustriaEurope55.300Level 482.17.7500decrease8.8900


26.0.2 References

College Board. (2020). SAT suite of assessments annual report. Author.

NEA Research. (2021). Rankings of the states 2020 and estimates of school statistics 2021. National Education Association.