KendallMLists(input, space = NULL, aggregate, p = 0.5, w = NULL) Lin, S. (2010)
Space oriented rank-based data integration. Statistical Applications in Genetics and Molecular Biology 9, Article 20.
}
author{
Shili Lin
examples{ data(TopKSpaceSampleInput) bb1=Borda(input,space) w= c(2/(30 * (30 - 1)), 2/(25 * (25 - 1)), 2/(20 * (20 -+ 1))) kc.ARM=KendallMLists(input, space, bb1[[1]][, 1], p = 0.5, w = w) }