Multiblock Discriminant Correspondence Analysis (Multiblock DiCA)

This is the GitHub repository for Multiblock Discriminant Correspondence Analysis: How to analyze group differences from structured qualitative data by Krishnan, Yu, Miles, Beaton, Rabin, and Abdi (in progress).

Structure

The folder structure is like the following:

+-- code
|   +-- EnvSetUp.R
|   +-- MHLAc_Block_DICA-AgeGen-Final.R
|   +-- 0_PreliminaryDataCleaning.rmd
|   +-- 1_MuDiCA.rmd
|   +-- 2_PlotResults.rmd
|   +-- functions
|   |   +-- foo.R
|   |   +-- getColorFromTheWheel.R
+-- data
|   +-- MHLAc_AgeGen_AllData.csv
|   +-- MHLAc_AgeGen_Blocks.csv
|   +-- MHLAc_Obs4MCA.csv
+-- results
|   +-- fromPerlim.RData
|   +-- fromMuDiCA.RData
|   +-- GenAge-Block-DiCA.pptx
+-- KnowledgePaper.Rproj
+-- README.md
+-- .gitignore