Description Usage Arguments Details Value References Examples
PLS is a multivariate regression technique that extracts latent variables maximising covariance between the input data and the response. For regression the response is a continuous variable.
1 |
number_components |
(numeric, integer) The number of PLS components. The default is |
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
pls
A PLSR
object.
Mevik B, Wehrens R, Liland K (2020). pls: Partial Least Squares and Principal Component Regression. R package version 2.7-3, https://CRAN.R-project.org/package=pls.
1 | M = PLSR(factor_name='run_order')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.