Question

n the table below, the xi column shows scores on the aptitude test. Similarly, the yi...

n the table below, the xi column shows scores on the aptitude test. Similarly, the yi column shows statistics grades.

i) what is the nature of association between X and Y

ii) derive a relation between X and Y

iii) what is the predicted Statistics grade when Attitude score is 75

Student xi yi

1 95 85

2 85 95

3 80 70

4 70 65

5 60 70

Homework Answers

Answer #1

In order to solve this question we use R software.

R codes and output:

> x=c(95,85,80,70,60)
> y=c(85,95,70,65,70)
> cor(x,y)
[1] 0.6930525
> fit=lm(y~x)
> fit

Call:
lm(formula = y ~ x)

Coefficients:
(Intercept) x
26.7808 0.6438

i.

Correlation coefficient = r = 0.693

Since correlation coefficient is positive and greater than 0.5, there is high degree positive association between X and Y.

ii.

Following regression equation describe relation between X and Y.

Y = 26.7808 + 0.6438 X

iii.

When Attitude score is 75 then Statistics grade is obtained as follows:

Y = 26.7808 + 0.6438 X

Y = 26.7808 + 0.6438 (75)

Y = 75.0658

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 values given below shows the aptitude test scores, x, and the intelligence quotient (IQ), y,...
The values given below shows the aptitude test scores, x, and the intelligence quotient (IQ), y, for 9 people. Find the correlation coefficient using Pearson Product and interpret your result. (15 pts ) x : 68, 72, 65, 70, 62, 75, 78, 64, 69 y : 90, 85, 88, 100, 105, 98, 70, 65, 72
A group of high school seniors took a scholastic aptitude test. The resulting math scores had...
A group of high school seniors took a scholastic aptitude test. The resulting math scores had a mean 517.7 with a standard deviation of 173.2​, verbal scores had a mean 499.8 with a standard deviation of 130.8​, and the correlation between verbal and math scores was r=0.574. Answer the questions below. ​a) What is the​ correlation? The correlation is _ ? ​(Round to three decimal places as​ needed.) ​b) Write the equation of the line of regression predicting verbal scores...
practice 1 Grade practice 2 Grade 95 85 85 95 80 70 70 65 60 70...
practice 1 Grade practice 2 Grade 95 85 85 95 80 70 70 65 60 70 The table above shows the first two practice grades for five students. Use this data to answer the next four questions. a) Calculate the correlation coefficient. Round to two decimal places b)Find the linear regression equation, treating practice 1 as x and practice 2 as y. What is the slope of this equation? Round to two decimal places. c) Use the linear regression equation...
1. A researcher conducts a survey to determine the relationship between aptitude for mathematics and musical...
1. A researcher conducts a survey to determine the relationship between aptitude for mathematics and musical ability. She finds a perfect relationship. High levels of mathematics aptitude are associated with low levels of musical ability. Given this information, what is the value of the correlation coefficient for the above study? ______________ 2. You obtain a score of 80 on a test. If the test is graded on a ‘curve’ (based on how you did in comparison with the class as...
The Test Scores for a Statistics course are given in the Excel below. The data (X1,...
The Test Scores for a Statistics course are given in the Excel below. The data (X1, X2, X3, X4) are for each student. X1 = score on exam #1 X2 = score on exam #2 X3 = score on exam #3 X4 = score on final exam Your professor wants to know if all tests are created equal. What is the F-Stat? EXAM1 EXAM2 EXAM3 FINAL 73 80 75 65.86667 93 88 93 80.16667 89 91 90 78 96 98...
In a statistics course, a linear regression equation was computed to predict the final-test score from...
In a statistics course, a linear regression equation was computed to predict the final-test score from the score on the first quiz. The resulting equation was: ˆy = 25 + 0.84x with a correlation of 0.73 where y is the final test score and x is the score on the first quiz. (a) If Carla scored 82 points on her first quiz, what is the predicted value of her score on the final test? (b) The linear regression line predicted...
The table below shows a set of bivariate data: X and Y. Calculate the covariance and...
The table below shows a set of bivariate data: X and Y. Calculate the covariance and correlation coefficients by completing the below table, assuming sample data. Show all workings. (Note: You can calculate the mean and standard deviation of X & Y with Excel or your calculator; no working for their calculation is required.) X Y (X - X bar) (Y - Y bar) (X - X bar)(Y - Y bar) 5 5 -0.2 -0.6 0.12 2 3 -3.2 -2.6...
1.The following data shows test scores for a sample of statistics students. 83, 64, 84, 76,...
1.The following data shows test scores for a sample of statistics students. 83, 64, 84, 76, 84, 54, 75, 59, 70, 63, 80, 84, 73, 68, 52, 65, 90, 52, 95, 36, 78, 61, 59, 84, 95, 47, 87 a. Find a 95% confidence interval for the mean test score for all students. b. Interpret this 95% CI for the population mean. c. What is the margin of error? 2. A recent national survey found that high school students watched...
You may need to use the appropriate technology to answer this question. Consider the data. xi...
You may need to use the appropriate technology to answer this question. Consider the data. xi 2 6 9 13 20 yi 7 19 10 28 21 (a) What is the value of the standard error of the estimate? B)Test for a significant relationship by using the t test. Use α = 0.05. State the null and alternative hypotheses. H0: β1 ≠ 0 Ha: β1 = 0 H0: β0 = 0 Ha: β0 ≠ 0     H0: β1 = 0 Ha:...
1. For a pair of sample x- and y-values, what is the difference between the observed...
1. For a pair of sample x- and y-values, what is the difference between the observed value of y and the predicted value of y? a) An outlier b) The explanatory variable c) A residual d) The response variable 2. Which of the following statements is false: a) The correlation coefficient is unitless. b) A correlation coefficient of 0.62 suggests a stronger correlation than a correlation coefficient of -0.82. c) The correlation coefficient, r, is always between -1 and 1....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT