Researchers suspect that drinking tea might enhance the production of interferon gamma, a molecule that helps the immune system fight bacteria, viruses, and tumors. A recent study involved 20 healthy people who did not normally drink tea or coffee. Ten of the participants were randomly assigned to drink five cups of tea a day, while 10 were asked to drink the same amount of coffee. After two weeks, blood samples were exposed to an antigen and production of interferon gamma were measured. The results are shown in the following table: Теа: 55 17 54 49 10 46 21 14 53 Coffee: 16 12 20 52 37 15 22 30 3 Let X ~ N(ux,o3) be the interferon gamma production for participants who drink tea and observations for the ten participants who drink tea are a random sample from X. Let Y ~ N(uy,o) be the interferon gamma production for participants who drink coffee and observations for the ten participants who drink coffee are a random sample from Y. Some R output that may help. > p1 <- c(0.01, 0.025, 0.05, 0.1, 0.9, 0.95, 0.975, 0.99) > qnorm(p1) [1] -2.326 -1.960 -1.645 -1.282 1.282 1.645 1.960 2.326 > qt (p1, 8) [1] -2.896 -2.306 -1.860 -1.397 > qt (p1, 9) [1] -2.821 -2.262 -1.833 -1.383 > qt (p1, 18) 1.397 1.860 2.306 2.896 1.383 1.833 2.262 2.821 [1] -2.552 -2.101 -1.734 -1.330 1.330 1.734 2.101 2.552 > qt(p1, 19) [1] -2.539 -2.093 -1.729 -1.328 > qf (p1, 9, 9) [1] 0.187 0.248 0.315 0.410 2.440 3.179 4.026 5.351 > qf (p1, 10, 10) 1.328 1.729 2.093 2.539 [1] 0.206 0.269 0.336 0.431 2.323 2.978 3.717 4.849 (a) Let X* be a future observation of X, find a two-sided 95% prediction interval for X*.

MATLAB: An Introduction with Applications
6th Edition
ISBN:9781119256830
Author:Amos Gilat
Publisher:Amos Gilat
Chapter1: Starting With Matlab
Section: Chapter Questions
Problem 1P
icon
Related questions
Question
Researchers suspect that drinking tea might enhance the production of interferon gamma, a
molecule that helps the immune system fight bacteria, viruses, and tumors. A recent study
involved 20 healthy people who did not normally drink tea or coffee. Ten of the participants
were randomly assigned to drink five cups of tea a day, while 10 were asked to drink the same
amount of coffee. After two weeks, blood samples were exposed to an antigen and production
of interferon gamma were measured. The results are shown in the following table:
Теа: 55
17
54 49 10 46 21
14
53
Coffee: 16
12 20 52 37 15 22 30
3
Let X ~
N(ux,o3) be the interferon gamma production for participants who drink tea
and observations for the ten participants who drink tea are a random sample from X. Let
Y ~ N(uy,o) be the interferon gamma production for participants who drink coffee and
observations for the ten participants who drink coffee are a random sample from Y. Some R
output that may help.
> p1 <- c(0.01, 0.025, 0.05, 0.1, 0.9, 0.95, 0.975, 0.99)
> qnorm(p1)
[1] -2.326 -1.960 -1.645 -1.282
1.282
1.645 1.960
2.326
> qt (p1, 8)
[1] -2.896 -2.306 -1.860 -1.397
> qt (p1, 9)
[1] -2.821 -2.262 -1.833 -1.383
> qt (p1, 18)
1.397
1.860 2.306 2.896
1.383
1.833 2.262 2.821
[1] -2.552 -2.101 -1.734 -1.330
1.330
1.734 2.101
2.552
> qt(p1, 19)
[1] -2.539 -2.093 -1.729 -1.328
> qf (p1, 9, 9)
[1] 0.187 0.248 0.315 0.410 2.440 3.179 4.026 5.351
> qf (p1, 10, 10)
1.328
1.729 2.093
2.539
[1] 0.206 0.269 0.336 0.431 2.323 2.978 3.717 4.849
(a) Let X* be a future observation of X, find a two-sided 95% prediction interval for X*.
Transcribed Image Text:Researchers suspect that drinking tea might enhance the production of interferon gamma, a molecule that helps the immune system fight bacteria, viruses, and tumors. A recent study involved 20 healthy people who did not normally drink tea or coffee. Ten of the participants were randomly assigned to drink five cups of tea a day, while 10 were asked to drink the same amount of coffee. After two weeks, blood samples were exposed to an antigen and production of interferon gamma were measured. The results are shown in the following table: Теа: 55 17 54 49 10 46 21 14 53 Coffee: 16 12 20 52 37 15 22 30 3 Let X ~ N(ux,o3) be the interferon gamma production for participants who drink tea and observations for the ten participants who drink tea are a random sample from X. Let Y ~ N(uy,o) be the interferon gamma production for participants who drink coffee and observations for the ten participants who drink coffee are a random sample from Y. Some R output that may help. > p1 <- c(0.01, 0.025, 0.05, 0.1, 0.9, 0.95, 0.975, 0.99) > qnorm(p1) [1] -2.326 -1.960 -1.645 -1.282 1.282 1.645 1.960 2.326 > qt (p1, 8) [1] -2.896 -2.306 -1.860 -1.397 > qt (p1, 9) [1] -2.821 -2.262 -1.833 -1.383 > qt (p1, 18) 1.397 1.860 2.306 2.896 1.383 1.833 2.262 2.821 [1] -2.552 -2.101 -1.734 -1.330 1.330 1.734 2.101 2.552 > qt(p1, 19) [1] -2.539 -2.093 -1.729 -1.328 > qf (p1, 9, 9) [1] 0.187 0.248 0.315 0.410 2.440 3.179 4.026 5.351 > qf (p1, 10, 10) 1.328 1.729 2.093 2.539 [1] 0.206 0.269 0.336 0.431 2.323 2.978 3.717 4.849 (a) Let X* be a future observation of X, find a two-sided 95% prediction interval for X*.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Similar questions
Recommended textbooks for you
MATLAB: An Introduction with Applications
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
Probability and Statistics for Engineering and th…
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
Statistics for The Behavioral Sciences (MindTap C…
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
Elementary Statistics: Picturing the World (7th E…
Elementary Statistics: Picturing the World (7th E…
Statistics
ISBN:
9780134683416
Author:
Ron Larson, Betsy Farber
Publisher:
PEARSON
The Basic Practice of Statistics
The Basic Practice of Statistics
Statistics
ISBN:
9781319042578
Author:
David S. Moore, William I. Notz, Michael A. Fligner
Publisher:
W. H. Freeman
Introduction to the Practice of Statistics
Introduction to the Practice of Statistics
Statistics
ISBN:
9781319013387
Author:
David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:
W. H. Freeman