optimCrit | R Documentation |
Optimization criterion functions calculate various optimization criterion values
from matrixpls
objects.
optimCrit.maximizeInnerR2(matrixpls.res)
optimCrit.maximizeIndicatorR2(matrixpls.res)
optimCrit.maximizeFullR2(matrixpls.res)
optimCrit.gsca(matrixpls.res)
matrixpls.res |
An object of class |
Value of the optimization criterion.
optimCrit.maximizeInnerR2()
: maximizes the sum of R2 statistics of the inner
matrix
optimCrit.maximizeIndicatorR2()
: maximizes the sum of R2 statistics of the reflective
matrix.
optimCrit.maximizeFullR2()
: maximizes the sum of R2 statistics of the inner
and reflective
matrices.
optimCrit.gsca()
: minimizes the generalized structured component analysis criterion. See GSCA
weightFun.optim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.