plsmod

R build status Lifecycle: experimental CRAN status Codecov test coverage

This package is a help package for parsnip that enables linear projection models (such as partial least squares, PLS) in the tidymodels infrastructure.

Installation

You can install the released version of plsmod from CRAN with:

install.packages("plsmod")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tidymodels/plsmod")

Code of Conduct

Please note that the plsmod project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.