Description Usage Arguments Author(s) References See Also Examples
Selects among three-mode principal component models of different complexities.
1 | DimSelector(out, n, m, p, model)
|
out |
Matrix with columns: number of components for the |
n |
Number of |
m |
Number of |
p |
Number of |
model |
Kind of model (1 for Candecomp/Parafac, 2 for Tucke3, 3 for Tucker2, 4 for Tucker1 |
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
E. Ceulemans and H.A.L. Kiers (2006). Selecting among three-mode principal component models of different types and complexities: A numerical convex hull based method. British Journal of Mathematical and Statistical Psychology 59:133–150.
J. Weesie and H. Van Houwelingen (1983). GEPCAM users' manual (first draft). Utrecht, The Netherlands: Institute of Mathematical Statistics, State University of Utrecht.
LineCon
, T3runsApproxFit
T2runsApproxFit
T1runsFit
CPrunsFit
1 2 3 4 5 | data(Bus)
# Analysis on T3 with different numbers of components (from 1 to 4 for the A-mode,
# from 1 to 3 for the B-mode, from 1 to 5 for the C-mode)
FitT3 <- T3runsApproxFit(Bus,7,5,37,4,4,4)
T3opt <- DimSelector(FitT3,7,5,37,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.