I have a large data set with nominal and dummy variables. What's a good data reduction technique to use? Factor analysis cannot be used here, can it?
Bonus points if there is an R
package for this. Extra bonus points if this technique can be used with the survey
package. My data is from a complex survey, which I am analyzing using the survey
package.