residuals.pcreg {bestglm}R Documentation

Residuals Fitted PCR or PLS

Description

The residuals from a model fitted using pcreg are returned.

Usage

## S3 method for class 'pcreg'
residuals(object, ...)

Arguments

object

object output

...

additional parameters

Details

Method function for pcreg.

Value

residuals

Author(s)

A. I. McLeod

See Also

pcreg, fitted, plot

Examples

resid(pcreg(mcdonald, scale=TRUE))

[Package bestglm version 0.37.3 Index]