growth: growth

Description Usage Arguments Value Examples

Description

Calculates growth rate by MSOA between a two synthetic populations

Usage

1
growth(pop0, pop1)

Arguments

pop0

a data table containing the initial population

pop1

a data table containing the final population

Value

a two column data table containing the MSOA and the diversity coefficient

Examples

1
2
3
4
5
6
## Not run: 
basepop = microsynthesise()
projpop = microsimulate(basepop,10)
g = growth(basePop, projpop)

## End(Not run)

virgesmith/demographyMicrosim documentation built on May 29, 2019, 12:42 p.m.