Factor analysis on ordinal & nominal data
At 6:19 AM -0700 6/14/11, Jay wrote:
Hi, are there readily available R packages that are able to perform FA on ordinal and/or nominal data? If not, what other approaches and helpful packages would you suggest?
If by ordinal and nominal you mean just a few categories (e.g., a mood scale or personality item), then try irt.fa in the psych package or find the polychoric correlations and use any factor analysis function (e.g., fa in psych, factanal in core R).
BR, Jay
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.