chi2indeptest {detpack} | R Documentation |
Pearson's Chi-square test of pairwise mutual independence.
chi2indeptest(x, alpha)
x |
matrix with |
alpha |
significance level. |
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.