flatten function

Flattened table

Flattened table

The function flattens the three-way table into the concatenation of two-way matrices.

flatten(x)

Arguments

  • x: The three-way contingency table.

Details

It is utilised by a number of functions: CA3variants, reconst3, newcomp3 and step.g3.

Returns

  • x: The flattened table of size I,JK where I, J and K are the number of the categories of rows, columns and tubes, respectively.

Author(s)

Rosaria Lombardo, Eric J Beh.