reinflateMatrix | R Documentation |
Create a matrix from a matrix of scores and loadings similar to a component model.
reinflateMatrix(A, B)
A |
I x N matrix corresponding to scores for N components. |
B |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.