Hi, Meijun.
You can constrain manually in the model syntax.
CCPolSupport.Model<-'
CCPolicySupport =~ c(NA,NA)*support1+c(NA,NA)*support2+c(NA,NA)*support3
#Set factor mean to zero to the first group
CCPolicySupport ~ c(0,NA)*1
#Set factor variance to unity to the first group
CCPolicySupport ~~ c(1,NA)*CCPolicySupport
'
CCPolSupport.Config.Fit1.WideBound<-cfa(model = CCPolSupport.Model ,
data = ESS8,
group = "country",
estimator="MLR",
missing="FIML",
bounds="wide")
But I am not sure if this would be sufficient to identify the model.
Best regards,
Yago
--
You received this message because you are subscribed to a topic in the Google Groups "lavaan" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lavaan/TFiJDQfTGdA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lavaan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lavaan/3eecc16c-f282-460c-99d0-60f15afb7f21n%40googlegroups.com.

To view this discussion visit https://groups.google.com/d/msgid/lavaan/CANZPrt4sAD8_osvBfkRQK_SF7UKE7pfTAOZ1_whkRA_UKxhbVA%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/lavaan/CAB06%3Dc6kkukFes4GSvZB1FyqdF-czyZvYcuA7-fZq%2BpHufmA9A%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/lavaan/33cfde01-3f37-48eb-805d-c7a2e3f035b7n%40googlegroups.com.
The output (including (standardized) factor loadings of each group, fit indexes) are identical, but the modification indices are different. I am wondering if you might know the reasons for this?


--
You received this message because you are subscribed to a topic in the Google Groups "lavaan" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lavaan/TFiJDQfTGdA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lavaan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lavaan/CAMtGSxmOFKNOJVd4s4iY7biSJa9_yWbkcqTXSC27_1wBog-Hcw%40mail.gmail.com.
for the same parameters, the X2 is different. For example, for rhs with label .p199, the X2 is 34.464 for no bound estimation and 14.699 for the bounded estimation. This rhs .p199 refers to the factor loadings of support1 in group 19 in both no bound and wide bound estimation.
Despite the fact that X2 is different between no-bound and wide-bound estimation, epc is the same in both cases.
Terrence D. Jorgensen (he,
him, his)
Assistant Professor, Methods and Statistics
Research Institute for Child Development and Education,
the University of Amsterdam
http://www.uva.nl/profile/t.d.jorgensen
--
You received this message because you are subscribed to a topic in the Google Groups "lavaan" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lavaan/TFiJDQfTGdA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lavaan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lavaan/9ee5f77f-55d2-463b-bb53-ecd8e8ec4d5bn%40googlegroups.com.