f5 <- fa(psychTools::bfi[,1:25],5,rotate="none")
faRotations(f5,n.rotations=10) #note that the factor analysis needs to not do the rotation
faRotations(f5$loadings) #matrix input
geo <- faRotations(f5,rotate="geominQ",n.rotation=10)
# a popular alternative, but more sensitive to local minima
describe(geo$rotation.stats[,1:3])
Run the code above in your browser using DataLab