powered by
This documentation covers a few complex methods. In particular:
L-PLS - Partial Least Squares in L configuration (lpls)
lpls
SO-PLS-PM - Sequential and Orthogonalised PLS Path Modeling (sopls_pm)
sopls_pm
Overviews of available methods, multiblock, and methods organised by main structure: basic, unsupervised, asca, supervised and complex.
multiblock
basic
unsupervised
asca
supervised
complex
# L-PLS sim <- lplsData(I = 30, N = 20, J = 5, K = 6, ncomp = 2) X1 <- sim$X1; X2 <- sim$X2; X3 <- sim$X3 lp <- lpls(X1,X2,X3) # exo-L-PLS
Run the code above in your browser using DataLab