Usage
## S3 method for class 'fwdglm':
plot(x, which.plots = 1:11, squared = FALSE, scaled =FALSE,
ylim = NULL, xlim = NULL, th.Res = 4, th.Lev = 0.25, sig.Tst =2.58,
sig.score = 1.96, plot.pf = FALSE, labels.in.plot = TRUE, \dots)Arguments
which.plots
select which plots to draw, by default all. Each graph is addressed by an integer:
- deviance residuals
- leverages
- maximum deviance residuals
- minimum deviance residuals
- coefficients
- t statistics, i.e. coef.e
squared
logical, if TRUE plots squared deviance 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 used to draw the confidence interval on the plot of the t statistics.
sig.score
numerical, a value used to draw the confidence interval on the plot of the score test statistic.
plot.pf
logical, in case of binary response if TRUE graphs contain all the step of the forward search, otherwise only those in which there is no perfect fit.
labels.in.plot
logical, if TRUE units are labelled in the plots when required.
...
further arguments passed to or from other methods.