Dear R help, Is there a package which performs the Bhapkar V test (or any of the Bhapkar-Deshpande L-type tests), preferably on the same sort of data set input which kruskal.test() takes? I haven't been able to find anything so far (the one reference to Bhapkar seems to be some other test, though I could be wrong) as an R function. Thank you! Karl-Dieter Crisman
Hi Karl, I don't think this is the solution, but just in case - the coin package has a reference for the: "homogeneity statistic W of * Bhapkar* (1966)" Might it be related to V test ? Best, Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- On Tue, Apr 27, 2010 at 5:21 AM, Karl-Dieter Crisman <kcrisman@gmail.com>wrote:> Bhapkar V test[[alternative HTML version deleted]]
Hi Karl, just today I've quickly implemented the Bhapkar V test in R. You can find the code here: http://statistic-on-air.blogspot.com/2010/04/bhapkar-v-test.html http://statistic-on-air.blogspot.com/2010/04/bhapkar-v-test.html The code is not beatiful, and it works only with three groups (but it works :) ). ASAP I will extend the function to n groups. You can easily modify the code, if you need to test more then three groups. Hope this will help :) -- View this message in context: http://r.789695.n4.nabble.com/Bhapkar-V-test-tp2066545p2073559.html Sent from the R help mailing list archive at Nabble.com.