explvar {multiblock} | R Documentation |
Explained predictor variance
Description
Extraction and/or computation of explained variances for various
object classes in the multiblock
package.
Usage
explvar(object)
Arguments
object |
An object fitted using a method from the multiblock package |
Value
A vector
of component-wise explained variances for predictors.
Examples
data(potato)
so <- sopls(Sensory ~ Chemical + Compression, data=potato, ncomp=c(10,10),
max_comps=10)
explvar(so)
[Package multiblock version 0.8.8.1 Index]