Description Usage Arguments Value
COCOREG interface used for both input and output.
1  | RGCCA_cocoreg_interface(dflst, tauArr = rep(0.5, length(dflst)))
 | 
dflst,  | 
 [1,m] list of data.frames, Input data to GFA in COCOREG format  | 
tauArr,  | 
 [1,m] double, See RGCCA::rgcca() for details  | 
A list with elements:
$data | 
 [1,m] list of data.frames, Original data reconstructed using only those latent components that are active in all datasets  | 
$model | 
 list, The output RGCCA::rgcca()  | 
$dataid | 
 string, Dataset identifier string  | 
$method | 
 string, Analysis method identifier string  | 
$wall_time_taken | 
 [1,1] double, Time taken to run the analysis in seconds  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.