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)
a vector of the max correlations for each original factor
matrix Either the donor scores or loadings matrix from the original decomposition
matrix Either the donor scores or loadings matrix from the new decomposition
character Can either be 'loadings' or 'dscores' and should correspond with the data matrix used