residstd_plot {MMRcaseselection} | R Documentation |
Plot of typical and deviant cases based on residuals' standard deviation
residstd_plot(resid_df)
resid_df |
A dataframe created with |
A plot of the observed outcome against the fitted outcome with
interval and case classifications. Created with ggplot2
.
df <- lm(mpg ~ disp + wt, data = mtcars)
residstd_status <- residstd(df, stdshare = 1)
residstd_plot(residstd_status)