pca_var_cor | R Documentation |
Return variable correlation
pca_var_cor(eigs)
eigs |
eigs computed by |
A dataframe of variable correlation.
library(booklet)
iris[, -5] |>
pca_standardize_norm() |>
pca_weighted_eigen() |>
pca_var_cor() |>
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.