PLSR {structToolbox} | R Documentation |
Calculates a PLS regression model using the input data.
PLSR(number_components = 2, factor_name, ...)
number_components |
The number of PLS components to calculate. |
factor_name |
The sample_meta column name to use. |
... |
additional slots and values passed to struct_class |
struct object
M = PLSR(factor_name='run_order')