tucker | R Documentation |
The Tucker3 model, originally proposed by psychologist Ledyard R. Tucker, involves the computation of principal components, which are derived for each of the three categorical variables, and of the core array which is akin to the generalised correlations between these components. The function represents the heart of the Tuckals3 algorithm to perform the Tucker3 decomposition of the three-way array x.
tucker(x, p, q, r, test = 10^-6)
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. |
The function tucker
is utilised from the functions ca3basic
, nsca3basic
and
oca3basic
.
a |
The final component derived from the Tucker3 decomposition for the first mode. |
b |
The final component derived from the Tucker3 decomposition for the second mode. |
cc |
The final component derived from the Tucker3 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 Tucker3 algorithm to converge. |
Rosaria Lombardo, Eric J Beh.
Kroonenberg PM (1994) The TUCKALS line: a suite of programs for three-way data analysis. Computational Statistics and Data Analysis, 18, 73–96.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.