I tried to run the levene Test with the data below:in the picture
I used this code: leveneTest(Daten$Quantity,Daten$Hightclass)
But I got this output:
Levene's Test for Homogeneity of Variance (center = median)
Df F value Pr(>F)
group 3 NaN NaN
0
Warning message:
In leveneTest.default(Daten$Anzahl, Daten$Hohe) :
Daten$Hohe coerced to factor.
Does someone know what that means? Is there a problem with my data? Is there no p-Value?
Thank you all so much in advance!