Description Usage Arguments Details Value Author(s) References See Also Examples
Plots to display the behavior of the deletion statistics stored in a gvlmaDel object.
1 2 3 4 |
x |
A |
which |
Vector indicating which, or both, of two types of plots to show. |
TukeyStyle |
If TRUE, determine unusual observations in a robust way based on inter-quartile ranges, else based on standard deviations. |
ask |
If TRUE, prompt the user before beginning a new page of graphs. |
pointlabels |
A vector of length the number of observations in
the linear model fit in the |
... |
Additional arguments that are ignored. |
If which = 1
, each of the 5 deletion statistics (deletion
global statistic and each of the 4 directional statistics) is plotted
against the time sequence used for the 4th directional statistic
(assessing heteroscedasticity).
If which = 2
, the function display.delstats
is called
for each of the 5 deletion statistics. The argument TukeyStyle
is passed directly to display.delstats
. See the help for
display.delstats
for details.
If which = c(1,2)
, the default, then all 10 plots are
generated.
The deletion statistics in the gvlmaDel
object are the percent
relative change when each observation, in turn, is omitted from the
model fitting.
No value is returned.
Slate, EH slate@stat.fsu.edu and Pena, EA pena@stat.sc.edu.
Pena, EA and Slate, EH (2006). “Global validation of linear model assumptions,” J.\ Amer.\ Statist.\ Assoc., 101(473):341-354.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.