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
Dropping observations within a variable if they are not numericHow do I drop observations within a variable if they are not numeric? …
Creating categories within a nominal variableHello! I am conducting an honors thesis in sociology and need help with creating categories within …
How to reshape the panel data rows to columnsDear Clyde Schechter and other Stata experts, I have the raw data as follows: Code: input str10 A…
Mean correcting a panel data setSimple coding question. How do I mean correct a set of panel data. The example here is a set of valu…
Store tab command's resultsHi all! How can I store in some locals the percentages shown by tab command? Thank you in advance.…
Subscribe to:
Post Comments (Atom)
0 Response to Interaction terms and testing for significance in Stata
Post a Comment