kendalls: Kendalls Tau for a matrix

Description Usage Arguments Details Value Author(s) Examples

View source: R/kendalls.R

Description

Computes Kendalls Tau for a two-way table or matrix.

Usage

1

Arguments

x

A two-way table or matrix.

Details

Kendalls tau is a rank-correlation coefficient.

Value

numeric between -1 and +1.

Author(s)

Alexander Pilhoefer

Examples

1
2
3
M <- arsim(300,c(8,8),3)
kendalls(M)
kendalls(optile(M))

extracat documentation built on July 17, 2018, 5:05 p.m.

Related to kendalls in extracat...