5

我有一个相关矩阵,当我尝试使用“factanal”函数对其进行最大似然因子分析时,出现以下错误:

factanal(covmat=matches_adjusted, factors=5, rotation=none, na.omit(matches_adjusted))
Warning in log(e) : NaNs produced
Error in optim(start, FAfn, FAgr, method = "L-BFGS-B", lower = lower,  : 
L-BFGS-B needs finite values of 'fn'

这可能是什么原因造成的?

4

0 回答 0