Description Usage Arguments Value Author(s) References Examples
This function performs a test of agreement among groups.
1 | agreement.test(data, method = c("spearman", "kendall"))
|
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 |
a list of test statistics
Li Qinglong <liqinglong0830@163.com>
Intergroup Diversity and Concordance for Ranking Data: An Approach via Metrics for Permuatations, Paul D. Feigin and Mayer Alvo
1 2 3 | data(Sutton)
agreement.test(Sutton, method = "spearman")
agreement.test(Sutton, method = "kendall")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.