We appreciate your visit to The data set normtemp usingr contains measurements of 130 healthy randomly selected individuals The variable temperature contains normal body temperature 1 Does the data appear. This page offers clear insights and highlights the essential aspects of the topic. Our goal is to provide a helpful and engaging learning experience. Explore the content and find the answers you need!
Answer :
A 90% confidence interval places the true mean normal body temperature between 98.14269 and 98.35577.
library(UsingR)
attach(normtemp)
print(normtemp)
hist(normtemp$temperature)
shapiro.test(normtemp$temperature)
qqnorm(normtemp$temperature)
qqline(normtemp$temperature)
We can observe that the data follows a normal distribution from the histogram and q plot.
The points in the q plot fall on a straight line and correspond to a normal distribution.
P-value = 0.2332, P>0.05, from the Shapiro test
hence, we fail to reject null htpothesis.
On accepting the null hypothesis we get to know that the data follows normal distribution.
The output for the given code will be ,
data: normtemp$temperature
t = 1527.9, df = 129, p-value < 2.2e-16
alternative hypothesis: true mean ≠0
90 percent confidence interval:
98.14269 98.35577
sample estimates:
mean of x
98.24923
Therefore , we can conclude that ,
The true mean normal body temperature is believed to be between 98.14269 and 98.35577 with a 90% confidence interval.
98.6 is not included in the 90% confidence interval.
To learn more about confidence interval
brainly.com/question/27630001
#SPJ4
Thanks for taking the time to read The data set normtemp usingr contains measurements of 130 healthy randomly selected individuals The variable temperature contains normal body temperature 1 Does the data appear. We hope the insights shared have been valuable and enhanced your understanding of the topic. Don�t hesitate to browse our website for more informative and engaging content!
- Why do Businesses Exist Why does Starbucks Exist What Service does Starbucks Provide Really what is their product.
- The pattern of numbers below is an arithmetic sequence tex 14 24 34 44 54 ldots tex Which statement describes the recursive function used to..
- Morgan felt the need to streamline Edison Electric What changes did Morgan make.
Rewritten by : Barada