cor.kendall.coefficient.concordance: Kendall's Coefficient of Concordance

View source: R/cor.kendall.coefficient.concordance.R

cor.kendall.coefficient.concordanceR Documentation

Kendall's Coefficient of Concordance

Description

Calculate Kendall's Coefficient of Concordance (sometimes called Kendall's W).

Usage

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
)

Arguments

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.

Value

Hypothesis test result showing results of test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.