R/residual_model_check.R
plot_smoothing_fits.Rd
Creates a visualization of fitted values across posterior draws, including individual draw lines, median, and 95% intervals.
plot_smoothing_fits( smoothing_results, x_lab = NULL, y_lab = "Residual", title = "", subtitle = "" )
Output from residual_model_check()
Label for x-axis (default: NULL, uses predictor name)
Label for y-axis
Plot title
Plot subtitle
A ggplot object