CommonLoadingSDAMat | R Documentation |
This function takes a list of SDA runs and returns a matrix of loadings that are common across all runs.
CommonLoadingSDAMat(sdaRuns)
sdaRuns |
A list of SDA runs, each containing a loadings matrix. |
A matrix of loadings that are common across all SDA runs.
## Create a matrix of common loadings across multiple SDA runs
my_loadings <- CommonLoadingSDAMat(sdaRuns = my_sda_runs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.