If \(\bar{x} = 18.4\), sample standard deviation is 4.5, sample size = 35, and your confidence level is 95% this is how you can have R calculate a Confidence Interval for you.
conf_int(xbar = 18.4, size = 35, conf = .95, s = 4.5)
## [1] 16.8542 19.9458
21.
23.
25.
90% confident that the mean drive-through service time of restaurants is between 161.5 and 164.7 seconds
27.
Increase the sample size, and decrease the level of confidence to narrow the confidence interval
29.
31.
Lower bound = 12.05 books, upper bound = 14.75 books, and we can be 99% confident that the mean read by Americans in the past year was between 12.05 and 14.75
33.
Lower bound = 1.08 days, upper bound = 8.12 days and we can be 95% confident that the mean incubation period of patients with SARS is between 1.08 and 8.13
Question
A current medicine widely available on the market is known to lower cholesterol by an average amount of 10 mg/dl. A new medicine becomes available on the market. The research publication associated with the new medicine displays a 95% Confidence Interval of the average lowering effect to be (14 mg/dl, 23 mg/dl).
In deciding that the new medication is more effective then the old medication what is the Probability you made a type I error. ? .5
Describe in words what a type II error is in this situation. .025