I am trying estimate treatment effect models using ERM command in Stata 15. However, it has been shown that
etregress y x, treat(t1 = x z) is equivalent to eregress y x, entreat(t1 = x z, nointeract)
I confuse the role nointeract term. What will be the difference in result if I do not include nointeract term ?
I am using
estat teffects command to estimate average treatment effects.
Related Posts with ERM model for Endogenous treatment effect with nointeract option
Using a global within regress Code: global wc_mvp = 10 regress percent_funded novelty_score if wc > $wc_mvp returns invali…
Three-year average of a variableHello all, I want to create a variable which is defined as the annual decile rankings of the three-y…
Stop Stata from processing current commandAfter starting a lengthy regression, I realized a mistake. How do I tell Stata to stop doing what i…
Crude incidence rate stratified by calendar yearI have estimated the overall crude incidence rate of diabetes in people with hypertension (the study…
Regression with timeHello everyone, I would like to run a regression with date for example as follows: Inflation=GDP+y…
Subscribe to:
Post Comments (Atom)
0 Response to ERM model for Endogenous treatment effect with nointeract option
Post a Comment