May 2019
Beginner to intermediate
266 pages
5h 57m
English
Levene's test checks are used to understand homogeneous variances in attributes in relation to the data frame mentioned and the null hypothesis test is used to verify the fact that all variances are equal. A resulting p-value that is calculated as being under 0.05 using this test means that variances are not equal and further parametric analysis tests, such as ANOVA, are not considered appropriate.
The corresponding function in R is as follows:
leveneTest(dataset~groups, data=dataframe)
Here, the parameters refer to the following:
Read now
Unlock full access