Hi all,
I am replicating one of Krueger's papers.
For two regressions, how can I test whether the coefficients of small1 are the same? I try commands like test, estout and test, but they do not work.
OLS: regress averscore1 small1 reaide1 if star1 == 1, cluster(schid1)
2SLS: ivregress 2sls averscore1 reaide1 (small1 = ismall) if star1 == 1, cluster(schid1)
Thank you for your help!!!
Best,
Yiling
I am replicating one of Krueger's papers.
For two regressions, how can I test whether the coefficients of small1 are the same? I try commands like test, estout and test, but they do not work.
OLS: regress averscore1 small1 reaide1 if star1 == 1, cluster(schid1)
2SLS: ivregress 2sls averscore1 reaide1 (small1 = ismall) if star1 == 1, cluster(schid1)
Thank you for your help!!!

Best,
Yiling
Comment