| pca_var_cos2 | R Documentation |
Return variable squared cosines
pca_var_cos2(var_coords)
var_coords |
variable coordinates |
A dataframe of variable squared consines.
library(booklet)
iris[, -5] |>
pca_standardize_norm() |>
pca_weighted_eigen() |>
pca_var_coords() |>
pca_var_cos2() |>
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.