Displaying 1 result from an estimated 1 matches for "webertr".
Did you mean:
webert
2009 Mar 14
2
SEM model testing with identical goodness of fits
...l1 assumes three factors are correlated with each other and model
two assumes a higher order factor exist and three factors related to
this higher factor instead of to each other.
Model1:
model.one <- specify.model()
tr<->tp,e.trtp,NA
tp<->weber,e.tpweber,NA
weber<->tr,e.webertr,NA
weber<->weber, e.weber,NA
tp<->tp,e.tp,NA
tr <->tr,e.trv,NA
....
Model two
model.two <- specify.model()
rsk->tp,e.rsktp,NA
rsk->tr,e.rsktr,NA
rsk->weber,e.rskweber,NA
rsk<->rsk, NA,1
weber<->weber, e.weber,NA
tp<->tp,e.tp,NA
tr <->...