Learn R Programming

EpidigiR (version 0.1.2)

daly_data: DALY Data for Global Health Burden

Description

A dataset containing simulated data for calculating Disability-Adjusted Life Years (DALY) in epidemiological studies.

Usage

daly_data

Arguments

Format

A data frame with 20 rows and 3 columns:

group

Character, population group (e.g., region or age group).

yll

Numeric, years of life lost due to premature mortality.

yld

Numeric, years lived with disability.

Examples

Run this code
data("daly_data")
epi_analyze(daly_data, outcome = NULL, type = "daly")

Run the code above in your browser using DataLab