Hello,
I can't show my data or real variable names but I have a question about whether what I want to accomplish is doable through a 2SLS regression analysis or through another way.
I ran a linear regression of VAR1= a+B1.VAR2+controls+e, the coefficient of the variable of interest on VAR2 is negative and significant.
on my second regression I rand VAR3= a+ C1.VAR2+ C2.VAR2*VAR4+C3.VAR4+ controls+s the coefficients on the VAR2 and VAR4 are negative and on the interaction term is positive.
My question is how to test the impact of decreasing VAR1 due to the occurrence of VAR2 on VAR3 through an additional term in the interaction term between VAR2*VAR4?
So ideally what it would mean is testing VAR2*VAR4*(VAR1 conditional on VAR2=1) on VAR3.
I think a three way interaction term might not be the right solution because of multicollinearity issues.
then I thought maybe I should run the first regression and use the predicted value of VAR1 and insert it in the second regression, as what I would do in a 2SLS regression analysis, but I am not sure it would actually test what I am looking for to test: does a decrease in VAR1 due to VAR2 strengthens or weakens the coefficient on the interaction term between VAR2 and VAR4 in the second regression.
Thank you for taking the time to read
Related Posts with Is this the proper use of theTwo-Stage Least Squares (2SLS) Regression Analysis
Loop inside another loopDear All, I have created a toy example for my question Code: set obs 5 gen x1 = 1 gen x2 = 1 gen…
confidence intervals for individual fixed effects u from xtreg, feI am running a fixed effects model with schools being my level of interest. I want to understand whi…
System-missing vs. extended-missing values in merge with update specifiedHi, I am merging two datasets with 240 variables in common, specifying "update" so that missing val…
Determining which variables to use in logistic regressionI have a few similar variables and I'm not sure if I should consider one of each or all in my logist…
LoopPlease advise how I can create a loop for the following 3 similar syntax gen ethos_1rough90=0 repl…
Subscribe to:
Post Comments (Atom)
0 Response to Is this the proper use of theTwo-Stage Least Squares (2SLS) Regression Analysis
Post a Comment