Description Usage Arguments Value Note Author(s) References See Also Examples
Computes all the Candecomp/Parafac solutions (CP) with r
(from 1 to maxC
) components.
1 | CPrunsFit(X, n, m, p, maxC)
|
X |
Matrix (or data.frame coerced to a matrix) of order ( |
n |
Number of |
m |
Number of |
p |
Number of |
maxC |
Maximum dimensionality for the |
out |
Matrix with columns: number of components for the |
The structure of out
is consistent with Tucker models. In CP, the first and forth columns are sufficient for choosing the optimal number of components.
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.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.