Learn R Programming

CA3variants (version 3.3.1)

init3: Initial components from the Tuckals3 algorithm

Description

The function is utilised from the function tucker to compute the initial components for each of the three categorical variables.

Usage

init3(x, p, q, r)

Value

The initial components for each of the three categorical variables.

a

The initial component derived from the Tucker3 decomposition for the first mode.

b

The initial component derived from the Tucker3 decomposition for the second mode.

cc

The initial component derived from the Tucker3 decomposition for the third mode.

x

The three-way contingency table

Arguments

x

The three-way contingency table.

p

The number of components of the first mode.

q

The number of components of the second mode.

r

The number of components of the third mode.

Author

Rosaria Lombardo, Eric J Beh, Ida Camminatiello.