Ten vables recorded on 167 countries. The goal is to categorize the countries using socio-economic and health indicators that determine the country's overall development. The data set has been donated by the HELP International organization, an international humanitarian NGO that needs to identify the countries that need aid and asked the analysts to categorize the countries.
data(Country_data)
A data frame with 167 observations and 10 variables.
country name
Death of children under 5 years of age per 1000 live births
Exports of goods and services per capita. Given as %age of the GDP per capita
Total health spending per capita. Given as %age of GDP per capita
Imports of goods and services per capita. Given as %age of the GDP per capita
Net income per person
The measurement of the annual growth rate of the Total GDP
The average number of years a new born child would live if the current mortality patterns are to remain the same
The number of children that would be born to each woman if the current age-fertility rates remain the same.
The GDP per capita. Calculated as the Total GDP divided by the total population.
R. Kokkula. Unsupervised learning on country data. kaggle, 2022. URL https://www.kaggle.com/datasets/rohan0301/unsupervised-learning-on-country-data/metadata?resource=download
data(Country_data)
pairs(Country_data[,2:10])
Run the code above in your browser using DataLab