stdres2resid: Inverts the relationship giving standardized resituals from...

View source: R/common.R

stdres2residR Documentation

Inverts the relationship giving standardized resituals from raw residuals as given, for example, in lmwork from library MASS .

Description

Inverts the relationship giving standardized resituals from raw residuals as given, for example, in lmwork from library MASS .

Usage

stdres2resid(stdres, modelfit = NULL, hat = NULL, stddev = NULL)

Arguments

stdres

Standardized residuals

modelfit

Fit of the linear model

hat

Vector of hat values

stddev

Sample standard deviation of residuals.

Value

raw residuals


kolassa-dev/NonparametricHeuristic documentation built on Nov. 14, 2022, 11:25 p.m.