tuckerORDERED | R Documentation |
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.
tuckerORDERED(x, p, q, r, test = 10^-6,xi, norder=3)
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. |
The function tuckerORDERED
is utilised from the function oca3basic
.
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. |
Rosaria Lombardo, Eric J Beh.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.