Additional arguments passed to the
text function, which is used to
display the points that are identified.
abline_arglist
A named list specifying additional
arguments passed to the abline
function for the horizontal reference line added to the
plot.
extendrange_f
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.
Author
Joshua French
Details
By default, a reference line is plotted at the 0.5
quantile of a \(F_{p, n-p}\) distribution
where \(p = \)length(stats::coef(model)) and
\(n - p = \)stats::df.residual(model).
The vertical position of the reference line can be customized
by setting the h argument of abline_arglist.