Learn R Programming

migest (version 2.0.4)

manila_1970: Manila female population 1970 by age

Description

Population data for Manila by age in 1960 and 1970

Usage

manila_1970

Arguments

Format

Data frame with 13 rows and 5 columns:

age_1970

Age group in 1970

pop_1960

Enumerated population in 1960

pop_1970

Enumerated population in 1970

phl_census_sr

Census survival ratio derived from the national data.

Examples

Run this code
# match table 6 - perhaps small error in children net migration numbers in the published table?
net_sr(manila_1970, pop0_col = "pop_1960", pop1_col = "pop_1970", 
       survival_ratio_col = "phl_census_sr", net_children = TRUE)

Run the code above in your browser using DataLab