Description Usage Arguments Details Value Examples
Generalized canonical correlation with missing individuals for big data
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| x | string for hdf5 file where data to process will be under MGCCA_IN group . Results will be stored in the same data file under MGCCA_OUT group. Missing is not allowed (see details). | 
| datanames | string array with datasetnames to use with mcgga | 
| nfac | ... | 
| scale | ... | 
| pval | should p-values of correlation between variables and shared canonical variates be computed? Default is TRUE. | 
| scores | should canonical variables be computed for each table? Default is FALSE. See details | 
| method | ... | 
| lambda | ... | 
| mc.cores | ... | 
NOT WORKING
a list consisting of
| Y | canonical components for the shared space | 
| corsY | correlation between variables and shared canonical components | 
| scores | canonical componets for each table | 
| p.values | p-values of correlation between variables and shared canonical components | 
| AVE | indicators of model quality based on the Average Variance Explained (AVE): AVE for each table, AVE_outer (average accross tables), AVE_inner(for the shared component). | 
| 1 | see vignette
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.