chi2indeptest {detpack}R Documentation

Pairwise Mutual Independence Test

Description

Pearson's Chi-square test of pairwise mutual independence.

Usage

chi2indeptest(x, alpha)

Arguments

x

matrix with n rows comprised of normalized data between 0 and 1.

alpha

significance level.

Value

Object with test outcomes h[i,j] = h[j,i] = TRUE/FALSE for 1 <= i,j <= n meaning rejection/acceptance of independence null hypothesis involving rows i and j of matrix x, and p-value or confidence level of acceptance.


[Package detpack version 1.1.3 Index]