Question

Students studying for a state achievement test were asked to keep track of the total number...

Students studying for a state achievement test were asked to keep track of the total number of hours that they spent playing video game during the two weeks before the test. In the following table, x is the number of hours spent playing video games (on any type of device) and y is the student's score on the achievement test (out of 130).

Hours (x) 12 15 14 10 11 13 12 14

Score (y) 99 63 79 115 108 82 98 73

a.) Find the linear regression equation

b.) create a table of residuals

Homework Answers

Answer #1

Here we shall use R software to solve the problem.

R command :

y=c(99,63,79,115,108,82,98,73)
x=c(12,15,14,10,11,13,12,14)
reg=lm(y~x)
reg

Output:

Call: lm(formula = y ~ x) Coefficients: (Intercept) x 223.74 -10.62 

residuals(reg), this command gives direct residuals vector in R software

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
The number of hours10 students spent studying for a test and their scores on that test...
The number of hours10 students spent studying for a test and their scores on that test are shown below. Is there enough evidenceto conclude that there is a significant linear correlation between the data. Use alpha=0.05 hours, x: 0 1 2 3 4 5 6 7 8 Test score, Y: 35 42 51 57 63 70 76 78 82 93 Setup the hypothesis for the test? identify the critical value(s) calculate the test statistic? what is your conclusion?
The number of hours 10 students spent studying for a test and their scores on that...
The number of hours 10 students spent studying for a test and their scores on that test are shown in the table. Is there enough evidence to conclude that there is a significant linear correlation between the​ data? Use alphaequals0.05. Hours, x   Test score, y 0   40 1   40 2   55 4   49 4   65 5   67 5   73 6   70 7   81 8   93 Setup the hypothesis for the test. Upper H 0H0​: rhoρ ▼ less than or equals≤...
The table below gives the number of hours five randomly selected students spent studying and their...
The table below gives the number of hours five randomly selected students spent studying and their corresponding grades. Using this data, consider the equation of the regression line, yˆ=b0+b1x, for predicting the grade that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line to make a prediction...
An instructor asked a random sample of eight students to record their study times at the...
An instructor asked a random sample of eight students to record their study times at the beginning of a course. She then made a table for total hours studied​ (x) over 2 weeks and test score​ (y) at the end of the 2 weeks. The table is given below. Complete parts​ (a) through​ (f). x 9 15 14 18 10 17 12 24 y 92 78 79 76 88 82 87 76 a. Find the regression equation for the data...
The table below gives the number of hours ten randomly selected students spent studying and their...
The table below gives the number of hours ten randomly selected students spent studying and their corresponding test grades. Using this data, consider the equation of the regression line, yˆ=b0+b1x, for predicting the test grade that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line to make...
The table below gives the number of hours five randomly selected students spent studying and their...
The table below gives the number of hours five randomly selected students spent studying and their corresponding grades. Using this data, consider the equation of the regression line, yˆ=b0+b1x, for predicting the grades that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line to make a prediction...
The table below gives the number of hours ten randomly selected students spent studying and their...
The table below gives the number of hours ten randomly selected students spent studying and their corresponding midterm exam grades. Using this data, consider the equation of the regression line, yˆ=b0+b1x, for predicting the midterm exam grade that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line...
The table below gives the number of hours five randomly selected students spent studying and their...
The table below gives the number of hours five randomly selected students spent studying and their corresponding midterm exam grades. Using this data, consider the equation of the regression line, y^=b0+b1x, for predicting the midterm exam grade that a student will earn based on the number of hours spent studying. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line...
Hours, x   Test score, y 0   43 1   43 2   55 4   48 4   62 5  ...
Hours, x   Test score, y 0   43 1   43 2   55 4   48 4   62 5   70 5   75 6   84 7   83 8   93 The number of hours ten students spent studying for a test and their scores on that test are shown in the table. Is there enough evidence to conclude that there is a significant linear correlation between the​ data? Use alphaαequals=0.01 Setup the hypothesis for the test. Identify the critical​ value(s). Select the correct choice below...
9. A lot of corn grows in Iowa. For several years, farmers have kept track of...
9. A lot of corn grows in Iowa. For several years, farmers have kept track of the amount of rainfall (in inches) and the amount of corn produced (in bushels per acre). A strong and linear relationship has been observed between these variables. When a regression equation is constructed in order to predict amount of corn produced based on rainfall, it is found that the equation has an intercept of 89.54 and a slope of 0.13. We can conclude from...