find_pc_number.var_frac | R Documentation |
The fraction of total variance retained for each PC is calculated by dividing each eigen value by the total sum of eigen values. The assumption behind the approach is that high variance surrogates high importance, which may be not true in the real data.
find_pc_number.var_frac(eigen_values, threshold = 0.9)
eigen_values |
A vector of eigen values. It is the item
|
threshold |
A numeric scalar between 0 to 1 of the threshold of the fraction of variance. Default to 0.9. |
Depends on which method is called.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.