Computes the independence table for a data table with non-negative entries.
The entries of the independence table are defined by the multiplication of all corresponding marginal relative frequencies.
Usage
itab(x)
Arguments
x
A data table of any dimension but with non-negative entries.
Value
A data table of the same dimension as the input table.