Learn R Programming

petitr (version 1.0)

tblif: population life table

Description

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

Usage

data(tblif)

Arguments

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

Examples

Run this code
# NOT RUN {
data(tblif)
r(tblif, eps=10e-08)
# }

Run the code above in your browser using DataLab