rates1: Fake data generated for example.

Description Usage Format Examples

Description

The first column Lx is a discrete survival function for time point 1. The second column Fx are age specific fertility rates.

Usage

1

Format

An object of class matrix with 101 rows and 2 columns.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## 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)

DemoDecomp documentation built on May 2, 2019, 6:36 a.m.