rgcca-factory / RGCCA

https://rgcca-factory.github.io/RGCCA/
10 stars 11 forks source link

Add method "mfa" and new deflation option so "mcoa" match ade4's mcoa #52

Closed GFabien closed 1 year ago

GFabien commented 1 year ago

Add new parameter comp_orth with a default value to TRUE to function rgcca. If TRUE, deflation is done so that components are orthogonal. Otherwise, deflation leads to orthogonal weight vectors. Even with a superblock, deflation is not made on the superblock. Add method "mfa" which sets scale_block = "lambda1". Method "mcoa" imposes scale_block = "inertia" and comp_orth = FALSE to match the implementation from package ade4.