First off just because two tests are testing a similar idea doesn't mean that they will agree in p-value or even in the decision you should make from them.
Second, reading up on these tests you quickly learn that Bartlett's is quite sensitive to departure from normality (and thus might only be testing if the samples are normal) while Fligner is a test that is robust to the departure from normality.
Your data doesn't seem to be normally distributed so I'd go with Fligner's test. Or possibly Levene's test (in the cars package).





Reply With Quote


