summary.lyl_range | R Documentation |
summary
for objects of class lyl_range
summarizes Life Years Lost
over a range of different ages.
## S3 method for class 'lyl_range'
summary(object, decimals = 2, weights = NA, difference = FALSE, ...)
object |
An object of class |
decimals |
Number of decimals to be reported (default is 2). |
weights |
Vector with age distribution of disease/condition onset. If weights are not provided (dafault is |
difference |
Parameter automatically created by the package. |
... |
Additional arguments affecting the summary produced. |
A table with the summary of the results.
Plana-Ripoll et al. lillies – An R package for the estimation of excess Life Years Lost among patients with a given disease or condition. PLoS ONE. 2020;15(3):e0228073.
lyl_range
for estimation of Life Years Lost for a range of different ages.
# Load simulated data as example
data(simu_data)
# Estimate remaining life expectancy and Life Years
# Lost after each age from 0 to 94 years and before age 95 years
lyl_estimation <- lyl_range(data = simu_data, t = age_death, status = death,
age_begin = 0, age_end = 94, tau = 95)
# Visualize data at each different specific age
summary(lyl_estimation)
# Summarize data over an age distribution
summary(lyl_estimation, weights = simu_data$age_disease)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.