tuckerORDERED: Trivariate moment decomposition of the three-way table.

tuckerORDEREDR Documentation

Trivariate moment decomposition of the three-way table.

Description

The Trivariate moment decomposition (TMD) represents the heart of a new algorithm to perform the decomposition of the three-way ordered contingency tables. It is based on the orthogonal polynomials (Emerson 1968) computed for each categorical ordered variable.

Usage

tuckerORDERED(x, p, q, r, test = 10^-6,xi, norder=3)

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.

test

The treshold used in the algorithm.

xi

The original three-way contingency table.

norder

The number of ordered variables.

Details

The function tuckerORDERED is utilised from the function oca3basic.

Value

a

The final component derived from the TMD decomposition for the first mode.

b

The final component derived from the TMD decomposition for the second mode.

cc

The final component derived from the TMD decomposition for the third mode.

g

The core array.

x

The three-way contingency table.

cont

The number of iterations that are required for the TMD algorithm to converge. If all variables are ordered, the convergence is reached in one step, differently if we have mixed variables. Indeed, the decmposition will become hybrid, a mix of TMD algorithm and Tuckals3 algorithm.

Author(s)

Rosaria Lombardo, Eric J Beh.

References

Emerson PL (1968) Numerical construction of orthogonal polynomials from a general recurrence formula. Biometrics, 24 (3), 695-701.
Lombardo R Beh EJ (2016) Variants of Simple Correspondence Analysis. The R Journal, 8 (2), 167–184.
Lombardo R Beh EJ and Kroonenberg PM (2016) Modelling Trends in Ordered Correspondence Analysis Using Orthogonal Polynomials. Psychometrika, 81(2), 325–349.


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