rates2: Fake data generated for horiuchi example.

rates2R Documentation

Fake data generated for horiuchi example.

Description

These are used to calculate the net reproductive ratio (NRR)

Usage

rates2

Format

numeric vector of hypothetical fertility and mortality rates

Lx

a discrete survival function at time point 2

Fx

age specific fertility rates at time point 2

Source

Simulated values

Examples

## Not run: 
data(rates1)
data(rates2)
# nothing fancy
# compare Lx
plot(rates1[,1],type='l',col="blue")
lines(rates2[,1],col="green")
# compare Fx
plot(rates1[,2],type='l',col="blue")
lines(rates2[,2],col="green") 

## End(Not run)

timriffe/DemoDecomp documentation built on Nov. 4, 2023, 4:15 p.m.