indicator.to.long: Pivot the indicator matrix from an MCA to long format

View source: R/functions_tools.r

indicator.to.longR Documentation

Pivot the indicator matrix from an MCA to long format

Description

Sometimes we want the indicator matrix from an mca in long format and this function delivers just that. The results contain both active and passive categories.

Usage

indicator.to.long(r)

Arguments

r

an result object of class soc.mca

Value

a tibble in long format

Examples

example(soc.mca)
result |> indicator.to.long() 

Rsoc/soc.ca documentation built on March 7, 2024, 8:59 p.m.