Extract Studentized Residuals from a Linear Model

DESCRIPTION:

The Studentized residuals. Like standardized residuals, these are normalized to unit variance, but the Studentized version is fitted ignoring the current data point. (They are sometimes called jackknifed residuals).

USAGE:

studres(object)

ARGUMENTS:

object
any object representing a linear model.

VALUE:

The vector of appropriately transformed residuals.

SEE ALSO:

,