Produce a power statistic by region for PM2.5 attributable mortality using meta-analysis results
air_pollution_power_list(
meta_results,
data_with_lags,
ref_pm25 = 15,
attr_thr = 95,
include_national = TRUE
)A list containing power information by region
Meta-analysis results from air_pollution_meta_analysis
Lagged data frame
Numeric. Reference PM2.5 value for attributable risk calculation
Integer. Percentile at which to define the PM2.5 threshold for calculating attributable risk. Defaults to 95.
Logical. Whether to include national level calculations. Defaults to TRUE.