flatten: Flattened table

View source: R/flatten.R

flattenR Documentation

Flattened table

Description

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

Usage

flatten(x)

Arguments

x

The three-way contingency table.

Details

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

Value

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.


CA3variants documentation built on Oct. 10, 2022, 5:07 p.m.