Hello everyone, need some help
I created dumym varaibles for when my varaible dINDPRO (industry Production index) is in contraction
generate DUM1990 = 0
replace DUM1990 = 1 if Month>tm(1990m6) & Month<tm(1991m3))
I did this for 1999 dot come crash and 2008 recession.
regress ExcessRChevron ESRetS&P TermSpread dM1SUPPLY dINDPRO dCCREDIT dBMINUSA dInflation DUM1990 DUM2001 DUM2008
What does that output of the regression mean? Will the dummy capture the effects of the times when dINDPRO is in contraction or will it capture the effects when dINDPRO is in expansion?
Dummy Coefficient p value
Dum1990. .00224. 0.927
dum2001. .01289 0.592
dum2008. .015447 0.418
I created dumym varaibles for when my varaible dINDPRO (industry Production index) is in contraction
generate DUM1990 = 0
replace DUM1990 = 1 if Month>tm(1990m6) & Month<tm(1991m3))
I did this for 1999 dot come crash and 2008 recession.
regress ExcessRChevron ESRetS&P TermSpread dM1SUPPLY dINDPRO dCCREDIT dBMINUSA dInflation DUM1990 DUM2001 DUM2008
What does that output of the regression mean? Will the dummy capture the effects of the times when dINDPRO is in contraction or will it capture the effects when dINDPRO is in expansion?
Dummy Coefficient p value
Dum1990. .00224. 0.927
dum2001. .01289 0.592
dum2008. .015447 0.418
Comment