An eroor in CFA (confirmatory factor analysis) with LAVAAN

Hi, I am trying to perform CFA with lavaan.

This is my code:
model<-'
A=~Q3.1_1+Q46_1+Q47_1R
B=~Q48_1+Q49_1+Q50_1R
C=~Q51_1+Q52_1+Q53_1R'

fit<-cfa(model,data=my_data)
summary(fit,fit.measures=TRUE,standardized=TRUE)

I got this message:
"lavaan 0.6-12 did NOT end normally after 980 iterations".
any ideas?

Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.