Simple least squares regression problem. Am I doing anything wrongly?

bobthebanana
Messages
21
Reaction score
0
Least squares regression of Y on A-D based on sample size of 506


Y = 11.08 - 0.954*A - 0.134*B + 0.255*C - 0.052*D
s.errs (0.32) (0.117) (0.043) (0.019) (0.006)

R^2 = 0.581


problem A. Test null that coefficient on D is equal to 0
d = coefficient on D
null: D ~ N(0, 0.006)
Pr(d >= 0.052) = 1 - normalcdf(0.052 / 0.006) = 0
reject


problem B. Construct 95% confidence interval for coefficient on D
0.052 +/- 1.96*(0.006 / sqrt(506))


problem C. What is the probability that this interval contains the true population regression coefficient on D?
? just 95%?


___________

The problem gives a lot of info and I only use very little of it, which leads me to believe I'm doing something wrongly. Am I?

Thanks for the help!
 
Physics news on Phys.org
Looks okay except in part B. The output of the regression is giving you the estimated standard deviation of D, so you don't have to divide by sqrt(506). If you wanted to nitpick you could use the t distribution instead of the normal distribution, but since you have 506 observations it is probably not an issue.
 
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Thread 'Detail of Diagonalization Lemma'
The following is more or less taken from page 6 of C. Smorynski's "Self-Reference and Modal Logic". (Springer, 1985) (I couldn't get raised brackets to indicate codification (Gödel numbering), so I use a box. The overline is assigning a name. The detail I would like clarification on is in the second step in the last line, where we have an m-overlined, and we substitute the expression for m. Are we saying that the name of a coded term is the same as the coded term? Thanks in advance.
Back
Top