plot.pcreg: Diagnostic plots for PCR and PLS

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/pcreg.R

Description

Diagnostic plots available with lm-objects are provided.

Usage

1
2
## S3 method for class 'pcreg'
plot(x, ...)

Arguments

x

x output from pcreg(). It has S3 class 'pcreg'.

...

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

1
2
ans <- pcreg(mcdonald, scale=TRUE)
plot(ans)

Example output

Loading required package: leaps

bestglm documentation built on March 26, 2020, 7:25 p.m.