O'Brien test for homogeneity of variance

Is there any way to calculate in r the O'Brien test for homogeneity of variance?

Hi there!

I think I found something that can help your specific use case. Have a look at levene.test in https://cran.r-project.org/web/packages/lawstat/lawstat.pdf you can specify an argument in correction.method to accommodate O'Brien's calcs. See if that helps?

There doesn't appear, at first glance, a package which provides the function you need.

The car package provides leveneTest(), which is the basis for the O'Brien test. If that works for you, great, otherwise you will likely need to implement it yourself.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.