Dear Sebastian,
I have another concern. I am wondering whether the order of the variables between brackets affect the results.
I have used these two commands. I have got different results. The only difference is the order of variables between
Do you have an explanation?
Many thanks,
Aya
I have another concern. I am wondering whether the order of the variables between brackets affect the results.
Code:
xtabond2 tfp_mgtrendrobust lagTFP lropen_constant lfdi seconary_school_gross year* ,gmmstyle(lropen_constant lfdi ,lag(2 2) equation(level) collapse ) gmmstyle(lropen_constant lfdi,lag(2 2) equation(diff) collapse ) gmmstyle(tfp_mgtrendrobust, lag(1 1) eq(diff)) gmm(tfp_mgtrendrobust, lag(1 1) eq(level)) iv( year* seconary_school_gross , eq (level)) iv(seconary_school_gross, eq (diff))robust small two
Code:
xtabond2 tfp_mgtrendrobust lagTFP lropen_constant lfdi seconary_school_gross year* ,gmmstyle(lropen_constant lfdi ,lag(2 2) equation(level) collapse ) gmmstyle(lropen_constant lfdi,lag(2 2) equation(diff) collapse ) gmmstyle(tfp_mgtrendrobust, lag(1 1) eq(diff)) gmm(tfp_mgtrendrobust, lag(1 1) eq(level)) iv(seconary_school_gross year* , eq (level)) iv(seconary_school_gross, eq (diff))robust small two
Code:
iv(seconary_school_gross year* , eq (level))
Code:
iv( year* seconary_school_gross , eq (level))
Many thanks,
Aya
Comment