plot.pcreg {bestglm} | R Documentation |
Diagnostic plots for PCR and PLS
Description
Diagnostic plots available with lm-objects are provided.
Usage
## S3 method for class 'pcreg'
plot(x, ...)
Arguments
x |
|
... |
additional parameters |
Details
See plot method for S3 class 'lm'.
Value
Nothing. The plot is produced.
Author(s)
A. I. McLeod
See Also
pcreg
,
fitted.pcreg
,
residuals.pcreg
Examples
ans <- pcreg(mcdonald, scale=TRUE)
plot(ans)
[Package bestglm version 0.37.3 Index]