My model has two endogenous variables and each has its own set of instrumental variables.
this is my model
ivregress 2sls EQUITY FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Gov_score Sustain_Perf Sust_Commit i.id i.year (CSO= Instrumental) (CSOXSusCommittee = Instrumental Instrumentaltwo) , first robust
the first endogenous variable is CSO and the name of its instrumental variable is Instrumental
the second endogenous variable is CSOXSusCommittee and it has two instrumental variables Instrumental Instrumentaltwo
when i run the the code it gave me
invalid syntax
syntax is "(all instrumented variables = instrument variables)"
r(198);
Could you please advice me what to do ???
this is my model
ivregress 2sls EQUITY FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Gov_score Sustain_Perf Sust_Commit i.id i.year (CSO= Instrumental) (CSOXSusCommittee = Instrumental Instrumentaltwo) , first robust
the first endogenous variable is CSO and the name of its instrumental variable is Instrumental
the second endogenous variable is CSOXSusCommittee and it has two instrumental variables Instrumental Instrumentaltwo
when i run the the code it gave me
invalid syntax
syntax is "(all instrumented variables = instrument variables)"
r(198);
Could you please advice me what to do ???
Comment