getPcaVarVn {ropls} | R Documentation |
Variance of the components (score vectors)
getPcaVarVn(object, ...) ## S4 method for signature 'opls' getPcaVarVn(object)
object |
An S4 object of class |
... |
Currently not used. |
Numeric vector with the same length as the number of components
Etienne Thevenot, etienne.thevenot@cea.fr
data(sacurine) attach(sacurine) sacurine.pca <- opls(dataMatrix) getPcaVarVn(sacurine.pca) detach(sacurine)