Skip to content
/ ddsPLS Public
forked from hlorenzo/ddsPLS

Analysis of multi-block supervised problems thanks to SVD-based methods permitting variable selection.

License

Notifications You must be signed in to change notification settings

jsture/ddsPLS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • From the CRAN thanks to
install.packages("ddsPLS")
  • From the under development repository from GitHub thanks to devtools
# 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/.

About

Analysis of multi-block supervised problems thanks to SVD-based methods permitting variable selection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 96.3%
  • C++ 2.4%
  • TeX 1.3%