Description Usage Arguments Value Author(s) Examples
Function for extracting latent components from L - structure data using the NIPALS algorithm.
1 | extractscores(X1, X2, X3, niter = 5, threshold = 0)
|
X1 |
A data matrix (n x q) whose rows is connected to the rows of X2 |
X2 |
A data matrix (n x p) whose rows is connected to the rows of X1, and whose columns are connected to the columns of X3. |
X3 |
A data matrix (m x p) whose columns are connected toe the columns of X2. |
niter |
Number of NIPALS iterations. |
threshold |
A threshold parameter in [0, 1) for potential soft - thresholding of the rows of X3. |
Returns a list og six latent vectors (normalized).
Solve Sæbø
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.