Hi,
I am checking if there is heterogeneity in my results based on multiple variables.
I run the following regressions :
reg var1 var2 var3 var3#var4 var7 var8
reg var1 var2 var3 var3#var5 var9 var10
reg var1 var2 var3 var3#var6 var10 var11
I only want to keep coefficients of var2 var3 and the interaction terms
When I use keep ( var2 var3 var3#var4 var3#var5 var3#var6 ) with esttab , the error thrown is coefficient var3#var4 not found.
Could someone please help in correcting this error. Could it be because var3#var4 doesn't appear in all three regressions.
Thanks.
I am checking if there is heterogeneity in my results based on multiple variables.
I run the following regressions :
reg var1 var2 var3 var3#var4 var7 var8
reg var1 var2 var3 var3#var5 var9 var10
reg var1 var2 var3 var3#var6 var10 var11
I only want to keep coefficients of var2 var3 and the interaction terms
When I use keep ( var2 var3 var3#var4 var3#var5 var3#var6 ) with esttab , the error thrown is coefficient var3#var4 not found.
Could someone please help in correcting this error. Could it be because var3#var4 doesn't appear in all three regressions.
Thanks.
Comment