do_lifetable: Wrapper for Life Table Methods

Description Usage Arguments Value See Also Examples

View source: R/LifeTableMethods.R

Description

Wrapper for Life Table Methods

Usage

1
do_lifetable(X, verbose = TRUE, ...)

Arguments

X

Input data. UN format.

verbose

Logical value. If TRUE messages are printed as the method is applied. Set verbose = FALSE to silent the function.

...

Other arguments to be passed on to other methods and functions.

Value

A data.frame having the same number of columns as input data. Different numbers of rows. UN format.

See Also

lt_abridged

Examples

1
2
mx <- DDSQLtools.data$Mx5
do_lifetable(X = mx)

timriffe/DDSQLtools documentation built on Oct. 6, 2021, 5:34 p.m.