View source: R/Angle_Calculation.R
SUM_PCA_joint | R Documentation |
Function that estimates joint column basis for multiple matrices with the same number of rows by SUM-PCA.
SUM_PCA_joint(X, k = 2, joint_rank = NULL)
X |
The column concatenated matrices (matched by rows) |
k |
The number of matrices that are concatenated. Default is 2 |
joint_rank |
The joint rank if known. Default is NULL, which means profile likelihood method is applied to |
A list that contains the following:
result |
The joint column basis matrix |
joint_rank |
Estimated joint rank, if not given |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.