MSEP.lsplsCv {lspls}R Documentation

MSEP and RMSEP for LS-PLS

Description

(Root) Mean Squared Error of Prediction ((R)MSEP) methods for LS-PLS cross-validations ("lsplsCv" objects).

Usage

## S3 method for class 'lsplsCv':
MSEP(object, ...)
## S3 method for class 'lsplsCv':
RMSEP(object, ...)

Arguments

object an "lsplsCv" object, typically the output from lsplsCv.
... Further arguments. Currently unused.

Value

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.

Author(s)

Bjørn-Helge Mevik

See Also

lsplsCv, plot.lsplsCv


[Package lspls version 0.1-1 Index]