Let's examine the levels of levels of sodium in the blood. 20 people yield the following results (in mEq/L): ̄y = 136.95 s = 2.544 (a) Test H0: μ = 140 using α = 0.001 (that's not a typo). (b) Figure out the p-value. To do this, take the t value that you calculated in (a) and use R: pt(absolute-value-of-your-t*, df, lower.tail = FALSE)*2 Since it's a two sided test, you need to multiply by 2 at the end. We'll talk more about this in lecture when we do one sided tests; for now just realize that without the “*2” at the end R gives you a one
3) Let's examine the levels of levels of sodium in the blood. 20 people yield the following results (in mEq/L): ̄y = 136.95 s = 2.544
(a) Test H0: μ = 140 using α = 0.001 (that's not a typo).
(b) Figure out the p-value. To do this, take the t value that you calculated in (a) and use R:
pt(absolute-value-of-your-t*, df, lower.tail = FALSE)*2
Since it's a two sided test, you need to multiply by 2 at the end. We'll talk more about this in lecture when we do one sided tests; for now just realize that without the “*2” at the end R gives you a one sided p-value.
For example, if your t* = 4.65 and you have 67 degrees of freedom you would do: pt(4.65,67,lower.tail = FALSE)*2
and you would get back 1.609352e-05 (c) Is the p-value smaller than α?
(d) Why is this (c) important (see also part (a))?
It is essential that you understand question (c)!
(e) What is the smallest value of α for which you would reject the H0? Hint: this will not be a “standard” value of α. The correct answer here is a value that is not only small, but totally absurd).
Another hint: think about the relationship of p-values to α. As mentioned in (d) it is very important that you understand the connection between α and p-values.
(e) For which of the following values of α would you reject? Why (see (c))?
i) .10 ii) .05 iii) .01 iv) .001 v) .00000001
(note that no one in their right mind would actually use α = .00000001)
Please only answer the questions in bold. Thank you !
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
![Elementary Statistics: Picturing the World (7th E…](https://www.bartleby.com/isbn_cover_images/9780134683416/9780134683416_smallCoverImage.gif)
![The Basic Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319042578/9781319042578_smallCoverImage.gif)
![Introduction to the Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319013387/9781319013387_smallCoverImage.gif)