I have a big dataset with 30000 rows and 60 columns (variables).
I would like to implement factor analysis aiming to find factors between variables.
What kind of factor analysis and what measures I should check to find if the factors are fine?
I have a big dataset with 30000 rows and 60 columns (variables).
I would like to implement factor analysis aiming to find factors between variables.
What kind of factor analysis and what measures I should check to find if the factors are fine?
For factor analysis of dichotomous data you should use tetrachoric correlations.
The fa() function in the psych package allows you to specify that you want to factor analyze tetrachoric (or other types) of correlation.