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))

heike/extracat documentation built on Nov. 4, 2019, 1:30 p.m.