Question

In: Statistics and Probability

At the .01 significance level, does the data below show significant correlation? x y 5 22.78...

At the .01 significance level, does the data below show significant correlation?

x y
5 22.78
6 21.22
7 20.96
8 26.8
9 24.34
10 15.28
11 12.82
12 10.86
13 9.2
  • Yes, significant correlation
  • No

**Please explain why its yes/no

Solutions

Expert Solution

We have to test the hypothesis

Whether or not correlation coefficient is significant?

i.e. Null Hypothesis- ( i.e. Two variables X and Y are independent.)

against

Alternative Hypothesis- (i.e. Two variables are dependent.)

Where is the population correlation coefficient between X and Y.

Significance correlation coefficient is tested by t-test.

The value of the test statistic is given by

r = sample correlation coefficient between X and Y.

By using R

> x= 5:13
> y=c(22.78,21.22,20.96,26.8,24.34,15.28,12.82,10.86,9.2)
> r=cor(x,y)
> r
[1] -0.8147932

from R-output the value of sample correlation coefficient r = -0.8148.

Since there is negative correlation between X and Y.

Value of test statistic is

t = -3.7183

Alpha : level of significance = 0.01

Since value of test is -3.7183 and test is two-tailed, p-value is obtained by

by using R

> p=2* pt(-3.7183,7)
> p
[1] 0.007472764

p-value = 0.0075.

Decision : Since p-value < level of significance, we reject the null hypothesis at 1% level of significance.

Conclusion: There is sufficient evidence support to claim that the correlation coefficient is significant.


Related Solutions

At the .05 significance level, does the data below show significant correlation? x y 5 11.85...
At the .05 significance level, does the data below show significant correlation? x y 5 11.85 6 11.72 7 17.09 8 13.46 9 23.33 10 14.9 11 22.07 Yes, significant correlation No
At the .05 significance level, does the data below show significant correlation? x y 1 19.97...
At the .05 significance level, does the data below show significant correlation? x y 1 19.97 2 18.16 3 27.55 4 15.34 5 25.43 6 26.22 7 12.11 8 11 Yes, significant correlation No
Determine whether the correlation coefficient is statistically significant at the specified level of significance for the...
Determine whether the correlation coefficient is statistically significant at the specified level of significance for the given sample size. r = 0.403, ? = 0.05, n = 25
Using the data below find the linear correlation coefficient. x              y               xy    
Using the data below find the linear correlation coefficient. x              y               xy               x2               y2 3              4               12              9                 16 4             6                24              16               36 5             7               35              25               49 7            12              84              49               144 8            14              112             64               196 ___________________________________________ 27           43              267           163              441 Also, utilizing the above data, find the slope and intercept.
For the following data, calculate the correlation coefficient. (Show the code) Y X 72 45 73...
For the following data, calculate the correlation coefficient. (Show the code) Y X 72 45 73 38 75 41 76 35 77 31 B.Plot the scatterplot of the data above AND add the scatterplot here. (Show code) What type of relationship do you see? Using the information from problem 1 calculate the intercept and   coefficient. Then write the regression equation to explain the relationship. (Show the code) Interpret the R-squared.
Based on the data shown below, calculate the correlation coefficient (to three decimal places) x y...
Based on the data shown below, calculate the correlation coefficient (to three decimal places) x y 1 7.58 2 7.32 3 9.06 4 8.1 5 5.84 6 6.58 7 8.32 8 4.46 9 5.9 10 7.44 11 3.48 12 4.02 13 3.16 14 2.3
Answer the correlation questions using the data below. Use α = 0.05. x y 7.1 4.8...
Answer the correlation questions using the data below. Use α = 0.05. x y 7.1 4.8 5.9 3.1 4.9 6.1 3.9 4.5 5.1 5.9 6.6 5.1 4.9 5.9 a) Compute the correlation. r =   b) Compute the appropriate test statistic(s) for H1: ρ > 0. critical value =  ; test statistic =   Decision:  ---Select--- Reject H0 Fail to reject H0 c) Compute the corresponding effect size(s) and indicate magnitude(s). If not appropriate, input and/or select "na" below. effect size =  ;  ---Select--- na trivial...
Answer the correlation questions using the data below. Use α = 0.05. x y 3.1 3.9...
Answer the correlation questions using the data below. Use α = 0.05. x y 3.1 3.9 5.9 7.1 6.1 4.9 7.2 4.5 5.1 5.9 6.6 5.1 4.9 5.9 a) Compute the correlation. r =   b) Compute the appropriate test statistic(s) for H1: ρ > 0. critical value =  ; test statistic =   Decision:  ---Select--- Reject H0 Fail to reject H0 c) Compute the corresponding effect size(s) and indicate magnitude(s). If not appropriate, input and/or select "na" below. effect size =  ;  ---Select--- na trivial...
Find out if x and y are significantly related. Use a significance level of α =...
Find out if x and y are significantly related. Use a significance level of α = 0.01. Also calculate the sample correlation coefficient between the price and the number of flash drives sold. Show all work - Price (x) Units sold (y) 34 4 36 4 32 6 35 5 31 9 38 2 39 1
For the X,Y data below, compute:
For the X,Y data below, compute: X Y 2 5 4 6 4 7 5 11 6 12 (a) the correlation coefficient and determine if it is significantly different from zero. (b) find the regression line. c) interpret the coefficient of the regression line d) at 5% test if the Y is related to X e) find the coefficient of determination and interpret this coefficient. f) predict the value of average Y if the average of X is13 g) at...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT