Description Usage Arguments Details Value See Also Examples
View source: R/anova.princomp.R
Calculate percent of explained variance for Principal Component Analysis objects.
1 2 |
object |
object of class |
... |
other arguments currently not supported |
The function calculates percentages of variance explained for each component resulting from Principal Component Analysis. The variance is equal to:
sigma^2 / sum( sigma^2 ) * 100
where sigma is equal to component's standard deviation.
A vector of length equal to a number of components existing in
object. Each element contains the percent of variance explained by
the corresponding component.
stats::princomp(), stats::anova()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.