Hello all,
I have a dependent variable called bp (blood pressure)
I have a continuous variable which runs from 1-100 called "hdl"
I rescaled that into three categories, low, medium, and high, called "hdl_tertitle"
I ran a linear regression (regress bp hdl) - this led to a normal stata output
Then I ran a regression (regress bp i.hdl_tertile) - but the output only shows the value for the high category
Am I missing something?
Thanks!
Al
I have a dependent variable called bp (blood pressure)
I have a continuous variable which runs from 1-100 called "hdl"
I rescaled that into three categories, low, medium, and high, called "hdl_tertitle"
I ran a linear regression (regress bp hdl) - this led to a normal stata output
Then I ran a regression (regress bp i.hdl_tertile) - but the output only shows the value for the high category
Am I missing something?
Thanks!
Al
Comment