View source: R/influence_plot.R
arg_check_influence_plot | R Documentation |
Check arguments of dfbetas_plot
arg_check_influence_plot(
model,
id_n,
add_reference,
alpha,
size,
text_arglist,
abline_arglist,
extendrange_f
)
model |
A fitted model object from the
|
id_n |
The number of points to identify with labels
with respect to largest absolute criterion. The default
is |
add_reference |
A logical value indicating whether a
reference line should be added. The default is
|
alpha |
The default quantile used for the horizontal reference lines. The default is 0.05. See Details. |
size |
A numeric vector of length 2 that provides guidelines for the size of the points. |
text_arglist |
Additional arguments passed to the
|
abline_arglist |
A named list specifying additional
arguments passed to the |
extendrange_f |
Positive number(s) specifying the
fraction by which the range of the residuals should be
extended using the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.