Skip to content
Prev 278099 / 398506 Next

count ties after rank?

On Nov 21, 2011, at 2:36 PM, Hao, Zhaozhe wrote:

            
"Searching around" is a bit vague as a search strategy:

Try :kruskal dunn" at the location that RSiteSearch gets you to:

http://search.r-project.org/cgi-bin/namazu.cgi?query=kruskal+Dunn&max=100&result=normal&sort=score&idxname=functions&idxname=Rhelp08&idxname=Rhelp10&idxname=Rhelp02

Or in its default settings:

http://search.r-project.org/cgi-bin/namazu.cgi?query=kruskal+Dunn&max=100&result=normal&sort=score&idxname=functions&idxname=vignettes&idxname=views
You are perhaps referring to what others are callng the  Nemenyi- 
Damico-Wolfe-Dunn test. See the last example in the entry that ? 
kruskal_test would have gotten you... had you known where it was.

install.packages("coin")
require(coin)
help("LocationTests")