print_plot: logical; if TRUE, prints the plot else returns a plot object.
Details
Consists of side-by-side quantile plots of the centered fit and the residuals. It shows how much variation in the data is explained by the fit and how much remains in the residuals. For inappropriate models, the spread of the residuals in such a plot is often greater than the spread of the centered fit.
Examples
# modelmodel <- lm(mpg ~ disp + hp + wt, data = mtcars)# residual fit spread plotols_plot_resid_fit_spread(model)# fit mean plotols_plot_fm(model)# residual spread plotols_plot_resid_spread(model)
References
Cleveland, W. S. (1993). Visualizing Data. Summit, NJ: Hobart Press.