The following output summarizes the results of fitting a least-squares regression to simulated data. Because we constructed these data using a computer, we know the SRM holds and we know the parameters of the model. We chose Beta0 = 7, Beta1 = 0.5, and se = 1.5. The fit is to a sample of n = 50 cases.
a) The values of and b1 are not equal because b1 is only an estimate of the population slope that will change due to sampling variation.
b) Degree of freedom = n-2 = 50-2 = 48
Critical value of t at 95% confidence interval and df = 48 is 2.01
95% confidence interval of \beta_0 is
The 95% confidence interval for contains the value of
95% confidence interval of is
The 95% confidence interval for contains the value of
c) If we increase the sample size, the model will overfit the data.
SSError will decrease and SSRregression will increase
So, the value of will increase.
The value of se will decrease.
The values of standard errors will decrease.
Comments