Extract Standardized Residuals from a Linear Model

Usage

stdres(object)

Arguments

object any object representing a linear model.

Description

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

Value

The vector of appropriately transformed residuals.

See Also

residuals, studres


[Package Contents]