StandardizeLT: Standardize Life-table By Pace

Description Usage Arguments Value Source Examples

Description

Standardize Life-table By Pace

Usage

1
StandardizeLT(pash, pace = "e0", q = 0.5)

Arguments

pash

A pace-shape object.

pace

Measure of pace used for standardization (default e0).

q

Quantile specification for age where q percent of the life-table population is still alive (defaults to median).

Value

A pace standardized life table in form of a data frame. Note that this is not a pace-shape object anymore.

Source

Wrycza, Tomasz F., Trifon I. Missov, and Annette Baudisch. 2015. "Quantifying the Shape of Aging." PLOS ONE 10 (3): 1-18. doi:10.1371/journal.pone.0119163.

Examples

1
2
3
4
5
# generate a pace-shape object
pash = Inputlx(x = prestons_lx$x, lx = prestons_lx$lx)
# standardize the life table by pace and shape
StandardizeLT(pash)
StandardizeLT(pash, pace = "qlx", q = 0.9)

jschoeley/pash documentation built on May 20, 2019, 2:07 a.m.