stdres: Extract Standardized Residuals from a Linear Model

View source: R/stdres.R

stdresR Documentation

Extract Standardized Residuals from a Linear Model

Description

The standardized residuals. These are normalized to unit variance, fitted including the current data point.

Usage

stdres(object)

Arguments

object

any object representing a linear model.

Value

The vector of appropriately transformed residuals.

References

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

See Also

residuals, studres


MASS documentation built on May 4, 2023, 9:07 a.m.

Related to stdres in MASS...