expected_normal: Find the Expected Values of Residuals Assuming Normality

View source: R/operations.R

expected_normalR Documentation

Find the Expected Values of Residuals Assuming Normality

Description

Find the Expected Values of Residuals Assuming Normality

Usage

expected_normal(ranks, mse)

Arguments

ranks

Ranks of model residuals.

mse

Estimated mean squared error of the model.

Details

This function computes the expected values of model residuals under a normal distribution, as the ordinary model assumptions say they should. The results can be used in normality tests. See ALSM, p. 110-111.

Value

Vector of the expected value approximation described above.


ryan-heslin/RegLesson documentation built on Aug. 5, 2022, 9:03 p.m.