Percentage of variance of the Y matrix explained by the score-vectors obtained by PLS approaches
Percentage of variance of the Y matrix explained by the score-vectors obtained by PLS approaches
The per.variance function computes the percentage of variance of the Y matrix explained by the score-vectors obtained by PLS approaches (sPLS, gPLS or sgPLS) in a regression mode.
per.variance(object)
Arguments
object: object of class inheriting from "sPLS", "gPLS", or "sgPLS". The function will retrieve some key parameters stored in that object.
Returns
per.variance produces a list with the following components: - perX: Percentage of variance of the Y matrix explained by each score-vectors.
cum.perX: The cumulative of the percentage of variance of the Y matrix explained by the score-vectors.