ca_col_coords | R Documentation |
Return Correspondence component for columns
ca_col_coords(eigs)
ca_col_sup_coords(X_sup, eigs)
eigs |
eigs computed by |
X_sup |
Supplementary dataset |
A dataframe of col coordinates.
library(booklet)
mtcars[, c(2, 8:11)] |>
ca_standardize() |>
ca_weighted_eigen() |>
ca_col_coords() |>
head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.