A generalization of principal component analysis for integrative analysis. The method finds principal components that describe single matrices or that are common to several matrices. The solutions are sparse. Rank of solutions is automatically selected using cross validation. The method is described in Kallus, Johansson, Nelander and Jörnsten (2019).
To install the development version from GitHub, run
::install_github("cyianor/mmpca") devtools
New features will be available here first.
To install the official CRAN version it is enough to run
install.packages("mmpca")