Description Usage Arguments Value Note Author(s) References See Also Examples
Computes all the Tucker1 solutions using PCASup results with r1
(from 1 to maxa
, if A
-mode reduced), r2
(from 1 to maxb
, if B
-mode reduced) and r3
(from 1 to maxc
, if C
-mode reduced) components.
1 | T1runsFit(X, n, m, p, maxa, maxb, maxc, model)
|
X |
Matrix (or data.frame coerced to a matrix) of order ( |
n |
Number of |
m |
Number of |
p |
Number of |
maxa |
Maximum dimensionality for the |
maxb |
Maximum dimensionality for the |
maxc |
Maximum dimensionality for the |
model |
Tucker1 model choice (1 for T1-A, 2 for T1-B, 3 for T2-C) |
out |
Matrix with columns: number of components for the |
Cumulative sum of eigenvalues and fits from PCAsup applied to the reduced mode are automatically printed.
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
H.A.L. Kiers (1991). Hierarchical relations among three-way methods. Psychometrika 56:449–470.
DimSelector
, LineCon
, pcasup1
, T1
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.