cor_normality_lm: (Stat 5100) Correlation test of normality function. This...

Description Usage Arguments Value

View source: R/utilities.R

Description

(Stat 5100) Correlation test of normality function. This function will give output on the correlation between the residuals and the expected residuals under a normal distribution. Table B.6 from the notes will give you what correlation numeric values would reject/fail to reject a null hypothesis that the residuals have a normal distribution.

Usage

1
cor_normality_lm(lmobject)

Arguments

lmobject

A linear model object from the lm() function

Value

Console output with a correlation matrix of the residuals and expected residuals


ethanancell/stat5100package documentation built on April 18, 2021, 2:40 a.m.