Learn R Programming

klaR (version 1.7-0)

countries: Socioeconomic data for the most populous countries.

Description

Socioeconomic data for the most populous countries.

Usage

data(countries)

Arguments

Format

A data frame with 42 observations on the following 7 variables.

Country

name of the country.

Popul

population.

PopDens

population density.

GDPpp

GDP per inhabitant.

LifeEx

mean life expectation

InfMor

infant mortality

Illit

illiteracy rate

Examples

Run this code
# NOT RUN {
data(countries)
summary(countries)
# }

Run the code above in your browser using DataLab