powered by
Checking normality of residuals
normality_assumption(model)
The p-value of the test statistic.
A lm model object
Mutua Kilai
model <- lm(pi ~ hs + ps, data = eduperform) normality_assumption(model)
Run the code above in your browser using DataLab