Hi all! I have a mix of a Stata and statistics question that I've been struggling with. Basically, I'm running an OLS regression generally as follows:
reg Δconfidence group1 Δquotagroup1 group1xΔquotagroup1 group2 Δquotagroup2 group2xΔquotagroup2 group3 group4 controls
Where group1, group2, group3, and group4 are binaries that take a value of 1 if an individual respondent is part of that group.
Where Δquotagroup1 and Δquotagroup2 are the changes in admissions quotas that affect members of group 1 and 2 respectively, between two periods.
And Δconfidence in the change in reported confidence in an institution reported by individuals in the sample (that belong to group 1, 2, 3, or 4).
I'm trying to determine the effect of changes in the quota for group 1 on the change in reported confidence of individuals in group 1, and the same for group 2.
Further, I would like to determine whether the effect of the quota change for group 1 on the confidence reported by individuals in group 1 is higher than the individuals that are not affected by the group 1 quota (so everyone else in the sample not part of group 1).
Here is where I am struggling. I'm understanding that the coefficient of Δquotagroup1 + the coefficient of group1xΔquotagroup1 would give the effect of the change in quota for group 1 on individuals in group 1, as that would be taking the derivative of the function for group 1 (where group2 and all other group variables are set to 0) with respect to the Δquotagroup1.
But I am not sure how to test for the statistical significance of this sum in Stata. Does this setup make sense, and is there a way to do this? Thanks so much, and please let me know if anything is unclear or doesn't make sense!
Related Posts with Interaction terms and testing for significance in Stata
Help with intuition of interaction-time effects in panel dataI am working on a panel dataset for a project which comprises 5 survey rounds. I have test score dat…
Reghdfe Absorbed DoFHi Everyone, When I use reghdfe and cluster my standard errors at the fixed effect level, my fixed …
Cointegration test - necessary to use first-differenced variables?Hi! I am working on a project with a short panel data structure and have discovered non-stationarit…
-reshape- is doing something weird, when I go wide, and then back to long, I do not end up with the same dataset.Consider starting from the following dataset: Code: Code: * Example generated by -dataex-. To i…
Stata automatically reversed my dataHi all, Can anybody help me out how I can prevent STATA from reversing the data of aut3? Students f…
Subscribe to:
Post Comments (Atom)
0 Response to Interaction terms and testing for significance in Stata
Post a Comment