Hi,
I couldn't find an answer on the internet:
my regression looks like this:
ivregress 2sls smoker physical physical*retired + controls (retired = full early)
I did:
gen Interaction = retired*physical beforehand
I guess the outcome isn't quite correct because the Interaction won't get fitted correctly
How do I solve the problem ? Manually do the 2sls (reg retired full early and predict retired_hat) or is there another option ? Can't I enter a code where physical*retired is recognized by Stata ?
Thank you so much !
I couldn't find an answer on the internet:
my regression looks like this:
ivregress 2sls smoker physical physical*retired + controls (retired = full early)
I did:
gen Interaction = retired*physical beforehand
I guess the outcome isn't quite correct because the Interaction won't get fitted correctly
How do I solve the problem ? Manually do the 2sls (reg retired full early and predict retired_hat) or is there another option ? Can't I enter a code where physical*retired is recognized by Stata ?
Thank you so much !
Comment