Question

Statistical Analysis: Correlation and Descriptive Statistics Write results in APA Format. Sleep blks Sleep Qual #...

Statistical Analysis: Correlation and Descriptive Statistics

Write results in APA Format.

Sleep blks Sleep Qual # correct
36 5 4
48 7 13
43 7 12
32 7 12
38 7 11
44 5 11
58 5 11
54 6 9
45 5 6
27 7 12
54 4 11
38 4 8
27 5 10
42 5 6
38 6 10
48 5 13
54 7 11
45 8 10
60 6 5
56 7 8
48 6 10
50 7 12
60 7 6
45 5 5
43 5 5
43 6 8
33 5 7
51 8 12
37 10 5
51 6 8
54 7 13
45 6 11
48 7 10
63 7 9
54 7 8
46 6 10
30 9 10
48 10 7
0 0
Add a comment Improve this question Transcribed image text
Answer #1

here number of observations n=38 and correlation matrix

Sleep blks Sleep Qual # correct
Sleep blks 1
Sleep Qual 0.009187085 1
# correct -0.008826377 0.10506868 1

here we want to test the correlation coefficient Sleep blks and Sleep Qual.

r=0.0092 ( four decimal place approximation)

Null hypothesis H0:ρ=0 and

Alternate hypothesis Ha: ρ ≠ 0

and we use t-test to test the above pair of hypothesis and

statistic t =r/sqrt[(1—r2)/(n—2)] =0.0092/sqrt((1-0.0092*0.0092)/(38-2))=0.0552 with n-2=38-2=36 degree of freedom(df)

the typical two tailed critical t(0.05,36)=2.0281 is more than calculated t=0.0552 so we fail to reject H0 and conclude that there is 0 correlation between sleep blks and sleep qual.

Add a comment
Know the answer?
Add Answer to:
Statistical Analysis: Correlation and Descriptive Statistics Write results in APA Format. Sleep blks Sleep Qual #...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A study of reading comprehension in children compared three methods of instruction. The three methods of...

    A study of reading comprehension in children compared three methods of instruction. The three methods of instruction are called Basal, DRTA, and Strategies. As is common in such studies, several pretest variables were measured before any instruction was given. One purpose of the pretest was to see if the three groups of children were similar in their comprehension skills. The READING data set described in the Data Appendix gives two pretest measures that were used in this study. Use one-way...

  • 2:33 LTE X Statistics first homework.pdf 1 Descriptive Statistics Data 20 25 40 41 42 43...

    2:33 LTE X Statistics first homework.pdf 1 Descriptive Statistics Data 20 25 40 41 42 43 44 45 46 47 48 49 50 50 51 52 53 54 55 56 57 58 59 60 65 80 90 For the data above calculate and draw the following: a. A Frequency Diagram with 7 classes b.A Histogram A Stem and Leaf Diagram. Don't forget the instruction d. The Five Number Summary e. The Box and Whisker Plot which needs the IQR, the...

  • 1. Descriptive Statistics Data 20 25 40 41 42 43 44 45 46 47 48 49...

    1. Descriptive Statistics Data 20 25 40 41 42 43 44 45 46 47 48 49 50 50 51 52 53 54 55 56 57 58 59 60 65 80 90 For the data above calculate and draw the following: a. A Frequency Diagram with 7 classes. b. A Histogram C. A Stem and Leaf Diagram. Don't forget the instruction. d. The Five Number Summary e. The Box and Whisker Plot which needs the IQR, the Lower Fence and Upper...

  • Suppose a binary tree data (in tiny written size) is stored in an array (A) as...

    Suppose a binary tree data (in tiny written size) is stored in an array (A) as given below and root is placed at “0”index. Note the array indices are in larger written size (0 to 74). Show the traversal data of the given tree for a)      In-Order Traversal b)     Post Order Traversal A 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 28 13 36 15 9 22 44 7 10 75 33 19 15...

  • Create a JavaFX application that generates a 10 x 10 grid. Populate each cell in the grid with a ...

    Create a JavaFX application that generates a 10 x 10 grid. Populate each cell in the grid with a random integer in the range [0, 99]. If the integer is divisible by 2, color the cell blue. If the integer is divisible by 3, color the cell yellow. If the integer is divisible by 6, color the cell green. Here's a sample run: Number Grid 74 74 38 57 62 40 42 65 27 38 44 8 48 60 30...

  • For each variable of interest, do the following: 1. Find the mean, five-number summary, range, variance,...

    For each variable of interest, do the following: 1. Find the mean, five-number summary, range, variance, and standard deviation. Display these numbers in a format that is easy to understand. 2. For each variable of interest, use its five-number summary to construct a boxplot. Each boxplot must be constructed horizontally, and must be accompanied by a brief descriptive paragraph that assesses whether the data appear to be symmetrical, left-skewed, or right-skewed. Construct a 95% confidence interval for the mean μ...

  • NUMBER OF PEOPLE 10.2 10.0 10.1 8.5 10.2 8.2 8 Source: United States Census. 11. In...

    NUMBER OF PEOPLE 10.2 10.0 10.1 8.5 10.2 8.2 8 Source: United States Census. 11. In the Sanitary District of Chicago, operating engineers are hired on of a competitive civil-service examination. In 1966, there were 223 appl for 15 jobs. The exam was held on March 12; the test scores are s arranged in increasing order. The height of each bar in the histogram next page) shows the number of people with the correspondin examiners were charged with rigging the...

  • 48 57 Amy Bakery has four shops in different area in a city. Monthly sales (in...

    48 57 Amy Bakery has four shops in different area in a city. Monthly sales (in thousands of dollars) from a random of 24 months from each of the 4 shops given in Table 1. Table 1: Monthly sales (in thousands of dollars) North East South West 77 75 97 60 45 42 60 54 56 49 68 47 44 39 58 57 63 61 69 51 75 63 79 50 90 81 99 73 32 47 46 41 41...

  • in Java programming Using IF statement, write a program that prints multiplication table for 1-10. Sample...

    in Java programming Using IF statement, write a program that prints multiplication table for 1-10. Sample Program Output. 1     2     3     4     5     6     7     8     9     10       1     1     2     3     4     5     6     7     8     9     10       2     2     4     6     8     10    12    14    16    18    20       3     3     6     9     12    15    18    21    24    27    30       4     4     8     12    16    20    24    28    32    36    40       5     5     10   ...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT