plot_economics.Rd
This function generates and saves plots for economic data, risks data, and very high-risk data from the given object.
plot_economics(object)
The function performs the following steps:
Checks if the directory for saving plots exists, and creates it if it does not.
Processes the economic data frame (econ_df
) to create a combined data frame for QALY loss and Costs.
Generates and saves a plot for the economic data with uncertainty ribbons and lines.
Generates and saves a plot for the risks data with uncertainty ribbons and lines.
Generates and saves a plot for the very high-risk data with lines.