pls
pls copied to clipboard
The pls R package
The pls R package
This is the source code repository of the CRAN package "pls".
Installation from CRAN
(Recommended, unless you want to test the newest changes.)
install.packages("pls")
Installation from github
(If needed, install the devtools
package from CRAN first.)
library(devtools)
install_github("khliland/pls")
Usage
See the help pages in the package for instructions, or (if you installed from CRAN): vignette("pls-manual")
.