Learn R Programming

ChemoSpecUtils (version 1.0.5)

.getVarExplained: Compute the Variance Explained from PCA or Other Reduction Methods

Description

Internal function.

Usage

.getVarExplained(so)

Value

A vector giving the variance explained by each successive component.

Arguments

so

A object returned by a data reduction method.

Author

Bryan A. Hanson (DePauw University).