sym.mcfa | R Documentation |
This function executes a Multiple Correspondence Factor Analysis for variables of set type.
sym.mcfa(sym.data, pos.var)
sym.data |
A symbolic data table containing at least two set type variables. |
pos.var |
Column numbers in the symbolic data table that contain the set type variables. |
Jorge Arce
Arce J. and Rodriguez, O. (2018). Multiple Correspondence Analysis for Symbolic Multi–Valued Variables. On the Symbolic Data Analysis Workshop SDA 2018.
Benzecri, J.P. (1973). L' Analyse des Données. Tomo 2: L'Analyse des Correspondances. Dunod, Paris.
Castillo, W. and Rodriguez O. (1997). Algoritmo e implementacion del analisis factorial de correspondencias. Revista de Matematicas: Teoria y Aplicaciones, 24-31.
Takagi I. and Yadosiha H. (2011). Correspondence Analysis for symbolic contingency tables base on interval algebra. Elsevier Procedia Computer Science, 6, 352-357.
Rodriguez, O. (2007). Correspondence Analysis for Symbolic Multi–Valued Variables. CARME 2007 (Rotterdam, The Netherlands), http://www.carme-n.org/carme2007.
data("ex_mcfa1")
sym.table <- classic.to.sym(ex_mcfa1,
concept = suspect,
hair = sym.set(hair),
eyes = sym.set(eyes),
region = sym.set(region)
)
sym.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.