agreement.test: Test for Agreement of Ranking Data Among Groups

Description Usage Arguments Value Author(s) References Examples

Description

This function performs a test of agreement among groups.

Usage

1
agreement.test(data, method = c("spearman", "kendall"))

Arguments

data

a data frame of the frequencies of all possible rankings given by different groups

method

whether the test is based on Spearman metric or Kendall metric

Value

a list of test statistics

Author(s)

Li Qinglong <liqinglong0830@163.com>

References

Intergroup Diversity and Concordance for Ranking Data: An Approach via Metrics for Permuatations, Paul D. Feigin and Mayer Alvo

Examples

1
2
3
data(Sutton)
agreement.test(Sutton, method = "spearman")
agreement.test(Sutton, method = "kendall")

StatMethRank documentation built on Jan. 15, 2017, 8:59 p.m.