MSEP.lsplsCv {lspls} | R Documentation |
(Root) Mean Squared Error of Prediction ((R)MSEP) methods for LS-PLS
cross-validations ("lsplsCv"
objects).
## S3 method for class 'lsplsCv': MSEP(object, ...) ## S3 method for class 'lsplsCv': RMSEP(object, ...)
object |
an "lsplsCv" object, typically the output from
lsplsCv . |
... |
Further arguments. Currently unused. |
An array. The first dimension corresponds to the responses (for single-response models, the length of this dimension is 1). The rest of the dimensions correspond to the number of components from the PLS matrices.
Bjørn-Helge Mevik