Open jpritikin opened 1 month ago
I think the first warning is related to lines like this:
boredom ~ boredomM*1
you have two groups, but only one parameter label "boredomM". That implicitly fixes the parameter to be equal across groups. If you didn't want that, you need something like
boredom ~ c("boredom1", "boredom2") * 1
I believe the other warnings are related to lavaan setting up a model with empty cells and etc. I suspect they are harmless but will need to look.
you have two groups, but only one parameter label "boredomM". That implicitly fixes the parameter to be equal across groups.
Fixing these parameters equal across groups is desired and intentional. I guess that warning is fine.
lavaan 0.6-19 (cran), blavaan 0.5-6.1311 (via github)
Are these warnings harmless?
Code:
Data: pm.csv psi.csv