Question

In: Statistics and Probability

Given are five observations for two variables, x and y. x i 1 2 3 4...

Given are five observations for two variables, x and y.

x i 1 2 3 4 5
y i 4 8 6 11 14

Round your answers to two decimal places.

a. Using the following equation:

Estimate the standard deviation of ŷ* when x = 4.

b. Using the following expression:

Develop a 95% confidence interval for the expected value of y when x = 4.

____to____

c. Using the following equation:

Estimate the standard deviation of an individual value of y when x = 4.

d. Using the following expression:

Develop a 95% prediction interval for y when x = 4. If your answer is negative, enter minus (-) sign.

____ to____

Solutions

Expert Solution


x<- c(1,2,3,4,5)
y <- c(4,8,6,11,14)

model <- lm(y ~ x)
summary(model)
predict(model,data.frame(x=4),interval="confidence",level=0.95)
predict(model,data.frame(x=4),interval="prediction",level=0.95)

a)
y^ = 1.7 + 2.3 *x

sd of y^ when x = 4


is 1.0149

b)


95% CI = (7.67,14.13)

c)

for PI, sd = 2.211661

d)
95 % PI = (4.18,17.62)


Related Solutions

Given are five observations for two variables, x and y. x i 1 2 3 4...
Given are five observations for two variables, x and y. x i 1 2 3 4 5 y i 4 8 6 11 14 Round your answers to two decimal places. a. Using the following equation: Estimate the standard deviation of ŷ* when x = 3. b. Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 3.   to   c. Using the following equation: Estimate the standard deviation of an individual value...
Given are five observations for two variables, x and y. x i 1 2 3 4...
Given are five observations for two variables, x and y. x i 1 2 3 4 5 y i 4 8 5 11 13 Round your answers to two decimal places. a. Using the following equation: Estimate the standard deviation of ŷ* when x = 4. b. Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 4. to c. Using the following equation: Estimate the standard deviation of an individual value...
Given are five observations for two variables, x and y. x i 1 2 3 4...
Given are five observations for two variables, x and y. x i 1 2 3 4 5 y i 4 7 5 12 13 Round your answers to two decimal places. A) Using the following equation: Estimate the standard deviation of ŷ* when x = 3. B) Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 3. _______to___________ C)   Using the following equation: Estimate the standard deviation of an individual value...
Given are five observations for two variables, x and y. x i 1 2 3 4...
Given are five observations for two variables, x and y. x i 1 2 3 4 5 y i 4 7 6 11 13 Round your answers to two decimal places. a. Using the following equation: Estimate the standard deviation of ŷ* when x = 3. b. Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 3. to c. Using the following equation: Estimate the standard deviation of an individual value...
1. Given are five observations for two variables, x and y. x i 1 2 3...
1. Given are five observations for two variables, x and y. x i 1 2 3 4 5 y i 3 7 5 12 13 Round your answers to two decimal places. a. Using the following equation: Estimate the standard deviation of ŷ* when x = 3. b. Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 3. to c. Using the following equation: Estimate the standard deviation of an individual...
Given are five observations for two variables, x and y. xi 1 2 3 4 5...
Given are five observations for two variables, x and y. xi 1 2 3 4 5 yi 4 7 7 11 15 The estimated regression equation for these data is ŷ = 1 + 2.6x. Compute SSE, SST, and SSR using the following equations (to 1 decimal). SSE SST SSR Compute the coefficient of determination r2 (to 3 decimals). Does this least squares line provide a good fit? Compute the sample correlation coefficient (to 4 decimals).
Given are five observations for two variables, x and y. xi 1 2 3 4 5...
Given are five observations for two variables, x and y. xi 1 2 3 4 5 yi 3 8 6 11 13 Round your answers to two decimal places. a. Using the following equation: Estimate the standard deviation of ŷ* when x = 4. b. Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 4. to c. Using the following equation: Estimate the standard deviation of an individual value of y...
Given are five observations for two variables, x and y. xi 1 2 3 4 5...
Given are five observations for two variables, x and y. xi 1 2 3 4 5 yi 4 7 6 12 14 Round your answers to two decimal places. a. Using the following equation: Estimate the standard deviation of ŷ* when x = 3. b. Using the following expression: Develop a 95% confidence interval for the expected value of y when x = 3. to c. Using the following equation: Estimate the standard deviation of an individual value of y...
Given are five observations for two variables, x and y. xi 1 2 3 4 5...
Given are five observations for two variables, x and y. xi 1 2 3 4 5 yi 4 7 6 12 14 a. Using the following equation: 12.32a.jpg Estimate the standard deviation of ŷ* when x = 3. b. Using the following expression: 12.32b.jpg Develop a 95% confidence interval for the expected value of y when x = 3. c. Using the following equation: 12.32c.jpg Estimate the standard deviation of an individual value of y when x = 3. d....
1.-Given are five observations for two variables, x and y. xi 1 2 3 4 5...
1.-Given are five observations for two variables, x and y. xi 1 2 3 4 5 yi 4 7 4 10 15 (d) Develop the estimated regression equation by computing the values of b0 and b1 using b1 =(Σ(xi − x)(yi − y))/Σ(xi − x)2 and b0 =  y − b1x. (e)Use the estimated regression equation to predict the value of y when x = 2. 2.-Companies in the U.S. car rental market vary greatly in terms of the size of...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT