tblif: population life table

Description Usage Format Details Source Examples

Description

a population life table with three columns, x, lx, mx (See below)

Usage

1

Format

A data frame with 10 observations on the following 3 variables.

x

a numeric vector, age

lx

a numeric vector, Proportion of survivors at age x

mx

a numeric vector, mean number of offspring produced in the age class x

Details

x must represent equal age classes in ascending order

Source

Application of the function xlxmx on the data set life

Examples

1
2
data(tblif)
r(tblif, eps=10e-08)

petitr documentation built on May 2, 2019, 6:42 a.m.

Related to tblif in petitr...