get_PLSR {plspm}R Documentation

Internal PLS regression (full data)

Description

Internal function not to be called by the user

Usage

  get_PLSR(Y, X, ncomp)

Arguments

Y

an (already centered) vector of order n

X

an (already centered) n x p matrix

ncomp

number of components

Details

Internal function. get_PLSR

Warning

Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)


[Package plspm version 0.5.1 Index]