Check arguments of residual_plot.lm
arg_check_residual_plot_lm(
rtype,
xaxis,
id_n,
smooth,
add_reference,
add_smooth,
text_arglist,
abline_arglist,
smooth_arglist,
lines_arglist,
extendrange_f
)
The residual type to plot. The default is
"ordinary"
. The other options are
"standardized"
, "studentized"
,
"loo"
, "jackknife"
, "deleted"
,
"internally studentized"
, "externally
studentized"
.
The variable to use on the x-axis of the
plot(s). The default is "fitted"
to use fitted
values. The other option is "predictors"
.
The number of points to identify with labels.
The default is 3
.
A function with a
formula
argument to smooth the
desired plot. The default function is
loess.
A logical value indicating whether a
reference line should be added. The default is
TRUE
.
A logical value indicating whether a
smooth should be added to each plot produced. The
default is TRUE
.
Additional arguments passed to the
text
function, which is used to
display the points that are identified.
A named list specifying additional
arguments passed to the abline
function for the horizontal reference line added to the
plot.
A named list specifying additional
arguments passed to the function provided in the
smooth
argument.
A named list specifying additional
arguments passed to the lines
function for plotting the result of applying the
smooth
function.
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.