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