PLSR {structToolbox}R Documentation

PLSR model class

Description

Calculates a PLS regression model using the input data.

Usage

PLSR(number_components = 2, factor_name, ...)

Arguments

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

Value

struct object

Examples

M = PLSR(factor_name='run_order')

[Package structToolbox version 1.0.1 Index]