13.6 Polychoric correlation, PCA

  • The psych package has a bunch of stuff for dealing with categorical variables (common in psych data). https://cran.r-project.org/web/packages/psych/psych.pdf. It looks like

  • fa using the option cor=“poly” will do factor analysis with polychoric correlations.

  • principal using cor="poly" will do PCA with polychoric correlations

Random other resources: