predict.sNPLS {sNPLS} | R Documentation |
Predict for sNPLS models
Description
Predict function for sNPLS models
Usage
## 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 |
Value
A matrix with the predictions
[Package sNPLS version 1.0.27 Index]