tblif {petitr} | R Documentation |
population life table
Description
a population life table with three columns, x, lx, mx (See below)
Usage
data(tblif)
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
data(tblif)
r(tblif, eps=10e-08)
[Package petitr version 1.0 Index]