Learn R Programming

testDriveR (version 0.5.3)

childMortality: UNICEF Childhood Mortality Data

Description

A data set containing time series data by country for estimated under-5, infant, and neonatal mortality rates.

Usage

data(childMortality)

Arguments

Format

A data frame with 28982 rows and 6 variables:

countryISO

two-letter country code

countryName

full name of country

continent

name of continent

category

type of mortality rate - infant_MR, child_MR, or under5_MR

year

year of estimate

estimate

estimated mortality rate

Examples

Run this code
str(childMortality)

Run the code above in your browser using DataLab