Dear Statalisters,
I am trying to run two schooling regressions: one for boys and one for girls. In none iv-regressions, I know how to run it correctly. But in the instrumental variable case, I am lost.
My code:
gen group = cond(SEX== 0, 0, 1) xtivreg MATH c.AGE#i.group c.HEALTHRESTRICTIONS#i.group c.PARENTALCARE#i.group c.PARENTALEDUCATION#i.group c.PARENTALINCOME#i.group c.YEAR#i.group (ACTIVE = c.summary#i.group), re test 1.group#c.ACTIVE = 0.group#c.ACTIVE The error is:
regressor I1.group#C.ACTIVE not found
Does anyone know how to compare the second stage results?
Thank you very much for your appreciate help.
Related Posts with Statistical Significance of the difference between two estimates from two separate instrumental variable regressions
Oneway BonferroniHello, I am trying to compare variables mean and std deviation across three samples. Is oneway bonf…
Creating a control group using dates to minimize temporal biasHello!, I would like to start thanking you all for replying the questions in this forum, for someone…
added text specific to each by graphI'm looking for a way to insert added text into a histogram with by graphs, such that the added text…
Missing data in dependent variable - synthetic controlDear Statalist Comunity; I´m trying to run a synthetic control in stata 12.0 but I´m not getting be…
Statistical Significance of the difference between two estimates from two separate instrumental variable regressionsDear Statalisters, I am trying to run two schooling regressions: one for boys and one for girls. In…
Subscribe to:
Post Comments (Atom)
0 Response to Statistical Significance of the difference between two estimates from two separate instrumental variable regressions
Post a Comment