reinflateMatrix.Rd
Create a matrix from a matrix of scores and loadings similar to a component model.
reinflateMatrix(A, B)
I x N matrix corresponding to scores for N components.
J x N matrix corresponding to loadings for N components.
M, an I x J matrix.
A = rnorm(108) B = rnorm(100) M = reinflateMatrix(A,B)