Я делаю факторный анализ для набора данных, содержащего более 100 переменных, используя R, то есть
FA <- fa (r=co_fa_data, nfactors=20, rotate="varimax",fm = "minres")
, но при запуске команды выдается ошибка:
The estimated weights for the factor scores are probably incorrect. Try a
different factor extraction method. Error in UseMethod("conditionCall") : no
applicable method for 'conditionCall' applied to an object of class "NULL" In
addition: Warning messages: 1: In cor.smooth(R) : Matrix was not positive
definite, smoothing was done.
Как избежать такой ошибки и выполнить факторный анализ?