View source: R/cor.kendall.coefficient.concordance.R
cor.kendall.coefficient.concordance | R Documentation |
Calculate Kendall's Coefficient of Concordance (sometimes called Kendall's W).
cor.kendall.coefficient.concordance(
x,
raters.in.column.variable = T,
call.rank = T,
tie.correct = T,
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
x |
Matrix - matrix of ratings |
raters.in.column.variable |
Logical - The raters are expected to be in the columns, if this is not the case, then set to FALSE. |
call.rank |
Logical - if true, rank() is called. If FALSE, then values are used as-is |
tie.correct |
Logical - if true, a correction for ties is applied to the calculation. |
alternative |
The alternative hypothesis to use for the test computation. |
conf.level |
The confidence level for this test, between 0 and 1. |
Hypothesis test result showing results of test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.