So basically I was asked to implement both ways and should that the two
options are basically giving the same information.
Thanks
richardstartz@comcast.net wrote:
On 4 Dec 2006 03:06:26 -0800,
cp279@yahoo.com wrote:
Hi everyone,
I am not a stats man at all, just a programmer. so sorry if this is a
silly question
I was asked to compute something but I do not know really how to do it.
we have 52 weekly observations of variable A (indiviual patient) and of
variable B (average of the control group). A regression is run per
patient-year: A = a + b*B + e;
from this regression the keep the Error sum of squares (SSE) component
of the R2 is kept. I was then told that from SSE, we can get a close
approximation to the Standard deviation of the weekly values of
variable A.
I was asked to come up with a formula that demonstrates this
approximation.
Can you please give me some advice?
Thanks.
You probably want sqrt(SEE/(n-2))
-Dick Startz