ca_col_coords {booklet}R Documentation

Compute col coordinates

Description

Return Correspondence component for columns

Usage

ca_col_coords(eigs)

ca_col_sup_coords(X_sup, eigs)

Arguments

eigs

eigs computed by ca_weighted_eigen

X_sup

Supplementary dataset

Value

A dataframe of col coordinates.

Examples

library(booklet)

mtcars[, c(2, 8:11)] |>
  ca_standardize() |>
  ca_weighted_eigen() |>
  ca_col_coords() |>
  head()

[Package booklet version 1.0.0 Index]