childMortality {testDriveR} | R Documentation |
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)
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
, orunder5_MR
- year
year of estimate
- estimate
estimated mortality rate
Source
https://childmortality.org
Examples
str(childMortality)
[Package testDriveR version 0.5.2 Index]