fitted.pcreg {bestglm} | R Documentation |
Fitted values in PCR and PLS.
Description
The fitted values are returned given the output from pcreg
.
Usage
## S3 method for class 'pcreg'
fitted(object, ...)
Arguments
object |
|
... |
additional parameters |
Details
Method function for pcreg.
Value
residuals
Author(s)
A. I. McLeod
See Also
pcreg
,
residuals.pcreg
,
plot.pcreg
Examples
fitted(pcreg(mcdonald, scale=TRUE))
[Package bestglm version 0.37.3 Index]