Helper function for residuals_plot.lm
rplot_raw(
x,
y,
idd,
labels,
xlab,
smooth,
add_reference,
add_smooth,
arglist,
text_arglist,
abline_arglist,
smooth_arglist,
lines_arglist,
extendrange_f
)
x-values to plot
y-values to plot
Identified observations
The labels to use for the identified points.
The x-axis label
The function for smoothing. Needs a `formula` argument.
Logical value
Logical value
Named list for plot
Named list for text
Named list for abline
Named list for smooth
Named list for lines of smooth
Positive number(s) specifying the
fraction by which the range of the residuals should be
extended using the extendrange
function. If longer than one, f[1]
is used on
the left and f[2]
on the right.