Usage
## S3 method for class 'fwdlm':
plot(x, which.plots = 1:10, squared = FALSE, scaled = TRUE,
ylim = NULL, xlim = NULL, th.Res = 2, th.Lev = 0.25, sig.Tst = 2.58,
labels.in.plot = TRUE, \dots)Arguments
which.plots
select which plots to draw, by default all. Each graph is addressed by an integer:
- scaled residuals
- leverages
- maximum studentized residuals
- minimum deletion residuals
- coefficients
- statistics
- forwa
squared
logical, if TRUE plots squared residuals.
scaled
logical, if TRUE plots scaled coefficient estimates.
ylim
a two component vector for the min and max of the y axis.
xlim
a two component vector for the min and max of the x axis.
th.Res
numerical, a threshold for labelling the residuals.
th.Lev
numerical, a threshold for labelling the leverages.
sig.Tst
numerical, a value (on the scale of the t statistics) used to draw the confidence interval on the plot of the t statistics.
labels.in.plot
logical, if TRUE units are labelled in the plots when required.
...
further arguments passed to or from other methods.