Skip to contents

Generates diagnostic plots for one-step-ahead (OSA) residuals. Includes QQ-plots with SDNR annotations and bubble plots showing residual magnitude and sign.

Usage

plot_resids(osa_results)

Arguments

osa_results

List obtained from get_osa() containing residuals dataframe.

Value

List of plots: sdnr_plot (QQ-plot) and bubble_plot (bubble residuals).