This is the source code repository of the CRAN package "pls".
(Recommended, unless you want to test the newest changes.)
install.packages("pls")
(If needed, install the devtools package from CRAN first.)
library(devtools)
install_github("khliland/pls")
See the help pages in the package for instructions, or (if you installed from CRAN): vignette("pls-manual"). Documentation is also avaiable as a GitHub page at https://khliland.github.io/pls/.
- 2.9.0: Added
nipals()(NIPALS PLS) andnipalspcr()(NIPALS PCR) with robustness against missing data. Added cross-validation and test set abilities forscores()andscoreplot(). Addedpkgdownsite with documentation and vignette. - 2.8-4: Added fac2seg() to create cross-validation segments from a factor.
- 2.8-1: Added vcov() for computing variance-covariance matrices for PCR.