plot_dynrmf_sensitivity.RdThis function plots the computed sensitivity effects over the forecast horizon.
plot_dynrmf_sensitivity(
sensitivity_results,
title = "First-Order Sensitivity Effect",
y_label = "Effect (ΔY / ΔX)",
x_label = "Forecast Horizon"
)ggplot2 object displaying the sensitivity effects.
if (FALSE) { # \dontrun{
plot1 <- plot_dynrmf_sensitivity(res,
title = "Sensitivity of Consumption to Income",
y_label = "Effect (ΔConsumption / ΔIncome)")
print(plot1)
} # }