The result is a dataframe with \((p+2)\) columns, where \(p\) is the number of columns of X. The first column gives the binary index for all variables, the next \(p\) columns displays all the interactions of respective variables, the last column of Statistics gives the respective symmetry statistic.
Arguments
X
a matrix to be tested.
dep
depth of the marginal binary expansions.
unif.margin
logicals. If TRUE the data has been uniformed based on empirical cumulative distribution function. Default to be FALSE and the function uniforms the data.
print.sample.size
logicals. If TRUE print the sample size. Default to be TRUE.