normality_assumption | R Documentation |
Checking normality of residuals
normality_assumption(model)
model |
A lm model object |
The p-value of the test statistic.
Mutua Kilai
model <- lm(pi ~ hs + ps, data = eduperform)
normality_assumption(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.