Description Usage Arguments Value
View source: R/ComparingImpMethods.R
Runs factor analysis with 1-4 factors. Converts input from 2d to 3d form (such as in the description of ReogranizeAndMICE()). Outputs both factor analysis intermediates (loadings, scores, ...) and estimated correlation for each study. Input is second output from ReorganizeAndMICE(), where the columns are studies and the rows are pairwise correlation. Runs factor analysis on transpose of input.
1 | FactorAnalysis(reorganized_corr_mice_med, num_of_metabos = 20)
|
reorganized_corr_mice_med |
Second output from ReorganizeAndMICE(). Fischer transformed 2d matrix |
num_of_metabos |
Number of metabolites |
list of lists. First list is factor analysis intermediates for 1-4 factors, second is 3d corr matrices for 1-4 factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.