Question

In: Statistics and Probability

Use the given data to find the equation of the regression line. Examine the scatterplot and...

Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line.

x


44


1212


99


77


33


1111


1010


88


55


1313


66


 


y


3.643.64


8.448.44


9.309.30


8.108.10


1.441.44


9.089.08


9.369.36


8.888.88


5.485.48


7.447.44


6.966.96


Solutions

Expert Solution

(R code:

x=c(44,1212,99,77,33,1111,1010,88,55,1313,66)
y=c(3643.64,8448.44,9309.30,8108.10,1441.44,9089.08,9369.36,8888.88,
5485.48,7447.44,6966.96)
lm(y~x))

R code:

x=c(44,1212,99,77,33,1111,1010,88,55,1313,66)
y=c(3643.64,8448.44,9309.30,8108.10,1441.44,9089.08,9369.36,8888.88,
5485.48,7447.44,6966.96)
Y=6128.556+2.111*x
plot(x,y,lwd=2,type="p",xlab="x", ylab="y")
lines(x,Y,lwd=2,type="l",col=2)

summary(lm(y~x))
anova(lm(y~x))

> summary(lm(y~x))

Call:
lm(formula = y ~ x)

Residuals:
Min 1Q Median 3Q Max
-4757 -1106 615 1463 2972

Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 6128.556 970.315 6.316 0.000138 ***
x 2.111 1.375 1.536 0.158941
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 2424 on 9 degrees of freedom
Multiple R-squared: 0.2077, Adjusted R-squared: 0.1196
F-statistic: 2.359 on 1 and 9 DF, p-value: 0.1589

> anova(lm(y~x))
Analysis of Variance Table

Response: y
Df Sum Sq Mean Sq F value Pr(>F)
x 1 13858389 13858389 2.3589 0.1589
Residuals 9 52873639 5874849   
>
From scatter plot it is observed that all most all data points lie far away from fitted regression line (see red line) and it is also seen from ANOVA table that the regression equation is insignificant (see p-value=0.1589>0.05).


Related Solutions

Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x   y 9   7.7 7   6.58 13   13.22 10   6.93 12   7.56 14   9.01 7   6.28 4   5.18 11   8.46 8   6.68 5   5.48
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x 66 5 10 9 7 11 8 12 14 15 13 y 4.19 2.42 8.22 7.67 5.66 8.47 6.81 8.41 7.39 6.42 8.06 y with caret =__+__x (Round to two decimal places as needed.) Create a scatterplot of the data. Choose the correct graph below. Identify a characteristic of the...
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x   y 12   18.26 7   13.01 8   14.67 13   18.39 4   6.22 6   11.06 5   8.79 14   18.22 11   17.81 9   16.02 10   17.07 y= Create a scatterplot of the data. Choose the correct graph Identify a characteristic of the data that is ignored by the regression line.
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x 8 10 12 11 6 4 3 13 7 5 9 y 14.75 16.69 17.31 17.17 11.49 6.91 4.13 17.13 13.28 9.37 15.88 Modifying Above y with caret equals nothing plus nothing x
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x 55 1212 10 11 44 14 13 88 77 99 66 y 5.11 9.77 10.08 10.09 3.13 8.13 9.11 9.08 8.09 9.75 6.77 ModifyingAbove y with caretyequals=nothingplus+nothingx create a scatterplot of data characteristic of scatterplot ​ (Round to two decimal places as​ needed.)
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. X 11 8 11 8 12 13 7 4 12 6 5 Y 7.58 6.69 13.24 7.32 7.62 8.52 6.09 5.15 8.13 6.15 5.52
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x   y 9   7.38 9   6.75 12   13.08 9   7.42 11   7.56 13   8.53 7   5.93 4   5.33 12   8.1 6   6.46 5   5.44 Create a scatterplot of the data. Choose the correct graph below. A. 05101520250510152025xy A scatterplot has a horizontal x-scale from 0 to 25 in intervals of 1...
Use the given data to find the equation of the regression line. Examine the scatterplot and...
Use the given data to find the equation of the regression line. Examine the scatterplot and identify a characteristic of the data that is ignored by the regression line. x 88 99 66 1212 1515 1313 1111 1010 77 55 1414 y 15.0915.09 16.9816.98 10.3110.31 20.6920.69 21.4321.43 21.2721.27 19.7819.78 18.5518.55 12.8712.87 7.437.43 21.5121.51 y(^ above the y)=?+?. Round to two decimals as needed.
#1 Use the given data to find the equation of the regression line. Round the final...
#1 Use the given data to find the equation of the regression line. Round the final values to three significant digits, if necessary. (2, 7), (4, 11), (5, 13) #2 Use the given data to find the equation of the regression line. Round the final values to three significant digits, if necessary. (47, 8), (46, 10), (27, 10)
Find the equation of the regression line for the given data. Then construct a scatter plot...
Find the equation of the regression line for the given data. Then construct a scatter plot of the data and draw the regression line. (The pair of variables have a significant correlation.) Then use the regression equation to predict the value of y for each of the given x-values, if meaningful. The table below shows the heights (in feet) and the number of stories of six notable buildings in a city. Height : 772, 628, 518, 508, 496, 483, y:...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT