Hello, I am fitting a sem model with the svy brr prefix in Stata SE 14. After describing the survey characteristics with svyset, I then run a basic model similar to this:
svy brr: sem (Selfefficacy -> DirectInstruction) (Selfefficacy -> Assessment) (Selfefficacy ->DialogicIns) (Collaboration -> DirectInstruction) (Collaboration -> Assessment) (Collaboration -> DialogicIns), standardized covstructure(e._endogenous, unstructured) cov( e.DirectInstruction*e.Assessment e.DirectInstruction*e.DialogicIns e.Assessment*e.DialogicIns) nocapslatent
This part is straightforward. However, when I request the model's goodness-of-fit statistics with command "estat gof, stats (all)", I only get the model's coefficient of determination, and SRMR values. Then, for the chi-square, I used the command “r2sem” and I get the following table. In the table, some chi-square values here are significant while some are not. I do not know what to report from this table. Also, is there any way to get the other conventional fit statistics (CFI, RMSEA, etc.)?
Thank you for any help.