lillies (version 0.2.4)

summary.lyl: Summarize Life Years Lost at one specific age

Description

summary for objects of class lyl summarizes Life Years Lost at one specific age.

Usage

# S3 method for lyl
summary(object, decimals = 2, difference = FALSE, ...)

Arguments

object

An object of class lyl (obtained with function lyl).

decimals

Number of decimals to be reported (default is 2).

difference

Parameter automatically created by the package.

...

Additional arguments affecting the summary produced.

Value

A table with the summary of the results.

See Also

  • lyl for estimation of Life Years Lost at one specific age.

Examples

Run this code
# NOT RUN {
# Load simulated data as example
data(simu_data)

# Estimate remaining life expectancy and Life Years
# Lost after age 45 years and before age 95 years
lyl_estimation <- lyl(data = simu_data, t = age_death, status = death,
                      age_specific = 45, tau = 95)

# Summarize and plot the data
summary(lyl_estimation)

# }

Run the code above in your browser using DataCamp Workspace