assump_data {befproj} | R Documentation |
assumptions
Description
This is a Data Frame with assumptions about migrations rates, deaths and births.
Usage
data("assump_data")
Format
A data frame with 1111 observations on the following 14 variables.
age
a numeric vector
category
a factor with levels
asdr_men
asdr_women
asfr
inmig.rates.men
inmig.rates.women
intermig.net.men
intermig.net.women
natpop.men
natpop.women
outmig.rates.men
outmig.rates.women
ar_1
a numeric vector
ar_2
a numeric vector
ar_3
a numeric vector
ar_4
a numeric vector
ar_5
a numeric vector
ar_6
a numeric vector
ar_7
a numeric vector
ar_8
a numeric vector
ar_9
a numeric vector
ar_10
a numeric vector
ar_11
a numeric vector
ar_12
a numeric vector
Details
This is a Data Frame that consists of assumptions and input to the population model. The Data Frame has 14 different variables under category: age specific death rates (asdr) for men and women, age specific fertility rates for women (asfr), domestic in migration and out migration rates for men and women, international in and out net migration for men and women, and the age specific national population.
Source
Umea kommun
Examples
data(assump_data)
str(assump_data)