Description Usage Arguments Value
(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.
1 | cor_normality_lm(lmobject)
|
lmobject |
A linear model object from the lm() function |
Console output with a correlation matrix of the residuals and expected residuals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.