Learn R Programming

soc.ca (version 0.8.1)

indicator.to.long: 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)

Value

a tibble in long format

Arguments

r

an result object of class soc.mca

Examples

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

Run the code above in your browser using DataLab