plot.pcreg {bestglm} | R Documentation |
Diagnostic plots available with lm-objects are provided.
## S3 method for class 'pcreg'
plot(x, ...)
x |
|
... |
additional parameters |
See plot method for S3 class 'lm'.
Nothing. The plot is produced.
A. I. McLeod
pcreg
,
fitted.pcreg
,
residuals.pcreg
ans <- pcreg(mcdonald, scale=TRUE)
plot(ans)