Skip to contents

The NPLStoolbox allows researchers to use the N-way Partial Least Squares method for their multi-way data.

Currently it contains a work in process triPLS1() function and the example datasets Cornejo2025 and Jakobsen2025.

More will follow!

Installation

You can install the development version of NPLStoolbox from GitHub with:

# install.packages("pak")
pak::pak("GRvanderPloeg/NPLStoolbox")

Example

This is a basic example which shows you how to solve a common problem:

library(NPLStoolbox)
## basic example code
#TBD