I have a question regarding the output from lm in this table below:
Variable Est (SE) t Value Pr > |t|
Intercept 5.97(0.12) 49.83 <.0001
β drug dose1 -0.93(0.14) -6.71 <.0001
β drug dose2 -1.50(0.15) -9.83 <.0001
If I want to adjust the Estimate and SE relative to the intercept, I know I can take 5.97 and add -0.93 to get 5.04 for the value of β drug dose1 Also, I can take 5.97 and add -1.50 to get 4.47 for the value of β drug dose2 So, then the table would look like this:
Variable Est (SE) t Value Pr > |t|
Intercept 5.97(0.12) 49.83 <.0001
β drug dose1 5.04(0.14) -6.71 <.0001
β drug dose2 4.47(0.15) -9.83 <.0001
Do I need to perform the same operation on the SE or are they correct the way they are?