Data Driven Sparse PLS (ddsPLS)

ddsPLS is a sparse PLS formulation for mono and multi-block data sets with missing samples.

Installation

There are two alternative ways to install ddsPLS

install.packages("ddsPLS")
# install.packages("devtools")
devtools::install_github("hlorenzo/ddsPLS")

Once that package is installed, you can access the vignette using that command

vignette("ddsPLS")

or that vignette is also acessible here https://hadrienlorenzo.netlify.com/html/ddsPLS.html.

Some examples and applications are accessible on https://hadrienlorenzo.netlify.com/.