I have typed the following command in R
factanal(TD, factor = 10, rotation = "varimax", scores = "regression")
where TD is my data frame containing 41 variables
I am getting the following error
Error in factanal(TD, factor = 10, rotation = "varimax", scores = "regression") : unable to optimize from this starting value
Can someone help me with this error.
There is a "start" option in factanal like this:
But without your data/detailed output can't tell what exactly the problem is.