Load and combine sensitivity analysis data from OTEM and BCROM models
load_sensitivity_analysis_data.RdThis function loads sensitivity analysis data from two modeling frameworks (OTEM and BCROM), standardizes variable names, and merges them into a unified structure with corresponding axis labels for plotting or further analysis.
Value
A named list of sensitivity analysis results, where each element is itself a list containing:
- data
A combined tibble with OTEM and BCROM results, including columns
x_scale,y_scale,total_deaths, andmodel.- x_label
A character string describing the x-axis label for the scenario.
- y_label
A character string describing the y-axis label for the scenario.
The list is keyed by scenario identifiers (e.g., "pop_mort", "oat_ret").