HI all,
I am trying to model a path diagram (with formative and reflective constructs) using plssem. I don't seem to be able to work out how to include observed variables in the structural part of the PLS. If I include them (in capital letters or in small - ZSNINDEXNP ztalkto - in the example below) they simply do not appear in my output (see the code and the attached output picture). I have searched, read the paper by the authors of the plssem (i.e., Venturini & Mehmetoglu), but I can not find an answer. Can anyone help? (I have to also say that I am new to stata so might have made an obvious mistake).
#d ;
plssem (BENEFIT < zbp1 zbp2 zbp3 zbp4)
(ACCEPT < za1 za3 za4 za5)
(RISK > zrp1_r zrp2_r zrp3 zrp4),
structural (ACCEPT RISK BENEFIT, RISK BENEFIT ZSNINDEXNP ztalkto, BENEFIT ZSNINDEXNP ztalkt )
stats correlate (lv)
;
#d cr

Thanks a million for your help!
I am trying to model a path diagram (with formative and reflective constructs) using plssem. I don't seem to be able to work out how to include observed variables in the structural part of the PLS. If I include them (in capital letters or in small - ZSNINDEXNP ztalkto - in the example below) they simply do not appear in my output (see the code and the attached output picture). I have searched, read the paper by the authors of the plssem (i.e., Venturini & Mehmetoglu), but I can not find an answer. Can anyone help? (I have to also say that I am new to stata so might have made an obvious mistake).
#d ;
plssem (BENEFIT < zbp1 zbp2 zbp3 zbp4)
(ACCEPT < za1 za3 za4 za5)
(RISK > zrp1_r zrp2_r zrp3 zrp4),
structural (ACCEPT RISK BENEFIT, RISK BENEFIT ZSNINDEXNP ztalkto, BENEFIT ZSNINDEXNP ztalkt )
stats correlate (lv)
;
#d cr
Thanks a million for your help!
Comment