predict.sNPLS: Predict for sNPLS models

Description Usage Arguments Value

View source: R/sNPLS_fit.R

Description

Predict function for sNPLS models

Usage

1
2
## S3 method for class 'sNPLS'
predict(object, newX, rescale = TRUE, ...)

Arguments

object

A sNPLS model fit

newX

A three-way array containing the new data

rescale

Should the prediction be rescaled to the original scale?

...

Further arguments passed to predict

Value

A matrix with the predictions


sNPLS documentation built on Jan. 13, 2021, 3:46 p.m.