powered by
Plot of typical and deviant cases based on residuals' standard deviation
residstd_plot(resid_df)
A dataframe created with residstd.
residstd
A plot of the observed outcome against the fitted outcome with interval and case classifications. Created with ggplot2.
ggplot2
# NOT RUN { df <- lm(mpg ~ disp + wt, data = mtcars) residstd_status <- residstd(df, stdshare = 1) residstd_plot(residstd_status) # }
Run the code above in your browser using DataLab