ca_col_coords: Compute col coordinates

View source: R/ca.R

ca_col_coordsR 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()

booklet documentation built on June 8, 2025, 11:40 a.m.