Skip to contents

Imported from the example dataset lifeexp.dta in Stata. This dataset contains variable labels and value labels.

Usage

lifeexp

Format

A tibble with 68 rows and 6 variables:

region

Region (with value labels)

country

Country

popgrowth

Average annual population growth rate (%)

lexp

Life expectancy at birth (years)

gnppc

GNP per capita

safewater

Safe water (%)

Examples

lifeexp
#> # A tibble: 68 × 6
#>        region country                popgrowth  lexp gnppc safewater
#>    <hvn_lbll> <chr>                      <dbl> <dbl> <dbl>     <dbl>
#>  1          1 Albania                    1.20     72   810        76
#>  2          1 Armenia                    1.10     74   460        NA
#>  3          1 Austria                    0.400    79 26830        NA
#>  4          1 Azerbaijan                 1.40     71   480        NA
#>  5          1 Belarus                    0.300    68  2180        NA
#>  6          1 Belgium                    0.200    78 25380        NA
#>  7          1 Bosnia and Herzegovina    -0.5      73    NA        NA
#>  8          1 Bulgaria                  -0.400    71  1220        NA
#>  9          1 Croatia                   -0.100    73  4620        63
#> 10          1 Czech Republic             0        75  5150        NA
#> # ℹ 58 more rows