View source: R/test_stability.R
get_max_correlations | R Documentation |
Computes the max correlation between each factor of the decomposition done using the whole dataset to each factor computed using the subsampled/bootstrapped dataset
get_max_correlations(res_full, res_sub, res_use)
res_full |
matrix Either the donor scores or loadings matrix from the original decomposition |
res_sub |
matrix Either the donor scores or loadings matrix from the new decomposition |
res_use |
character Can either be 'loadings' or 'dscores' and should correspond with the data matrix used |
a vector of the max correlations for each original factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.