I’m working on a dataset with questions asked to the same subjects every 2 years from 2000 to 2006. These questions relate to emotional state and have 4 possible responses: never, most of the time, all of the time, and always—making them ordinal categorical variables. I need to perform a confirmatory analysis, starting with 2 factors: positive and negative emotions. Problem: The model fails to converge in most years, e.g., 2010. If anyone has suggestions, I’d really appreciate.> fit_two_2010 <- cfa(model_2010, data = data2010, ordered = names(data2010), std.lv = TRUE) Warning message: lavaan->lav_lavaan_step11_estoptim(): Model estimation FAILED! Returning starting values.--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lavaan/3b644cbe-746a-4982-ba29-06d799690248n%40googlegroups.com.