explvar {multiblock} | R Documentation |
Extraction and/or computation of explained variances for various
object classes in the multiblock
package.
explvar(object)
object |
An object fitted using a method from the multiblock package |
A vector
of component-wise explained variances for predictors.
data(potato)
so <- sopls(Sensory ~ Chemical + Compression, data=potato, ncomp=c(10,10),
max_comps=10)
explvar(so)