srtcor | R Documentation |
This function sorts (a copy of) the core matrix and returns CORPTR, an p*q*r integer array holding the pointers to the greatest absolute values in CORE.
srtcor(core, p, q, r)
core |
The core array (generalized singular values). |
p |
The dimension number of the first mode. |
q |
The dimension number of the second mode. |
r |
The dimension number of the third mode. |
coreptr |
The pointer to the ordered largest value of the core array. |
Rosaria Lombardo and Pieter M Kroonenberg.
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.