Top "Factor-analysis" questions

factor analysis using R

Im trying to do a factor analysis using R with varimax rotation, but not successful. I run the same exact …

r statistics factor-analysis
how to change gender factor into an numerical coding in r

I have a factor of males and females say c("male", "female","female") and I want to create a vector …

r factor-analysis
Venn diagram from list of clusters and co-occurring factors

I've got an input file with a list of ~50000 clusters and presence of a number of factors in each of …

r combinations data-visualization factor-analysis
How to calculate FactorAnalysis scores using Python (scikit-learn)?

I need to perform exploratory factor analysis and calculate scores for each observation using Python assuming that there is only 1 …

python r scikit-learn factor-analysis
Subscript out of bound error in R

While Using factanal function from stats package for performing factor analysis. I tried following thing. library(mirt) library(ltm) library(…

r factor-analysis