18.8k views
1 vote
In a clinical trial of a certain drug, 16 subjects experience headaches among the 231 subjects treated with the drug. Construct a 95% (Wald) confidence interval estimate for the proportion of treated subjects who experience headaches, completing parts (a) through (d) below.

A. Find the best point estimate of the population proportion.


B. Identify the value of the margin of error E.


C. Construct the confidence interval.


D. write a statement that correctly interprets the confidence interval.

User Razvan
by
6.6k points

1 Answer

6 votes

Answer:

a)
\hat p=(16)/(231)= 0.0693

b)
ME= 1.96 *\sqrt{(0.0693 (1-0.0693))/(231)}= 0.0328

c)
0.0693 - 1.96\sqrt{(0.0693(1-0.0693))/(231)}=0.0365


0.0693 + 1.96\sqrt{(0.0693(1-0.0693))/(231)}=0.1021

The 95% confidence interval would be given by (0.0365;0.1021)

d) For this case we can say that with 95% of confidence the true proportion of subjects with headaches is between 0.0365 and 0.1021

Explanation:

Previous concepts

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".

The margin of error is the range of values below and above the sample statistic in a confidence interval.

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The population proportion have the following distribution


p \sim N(p,\sqrt{(p(1-p))/(n)})

Part a

The estimated proportion for this case is:


\hat p=(16)/(231)= 0.0693

Part b

In order to find the critical value we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 95% of confidence, our significance level would be given by
\alpha=1-0.95=0.05 and
\alpha/2 =0.025. And the critical value would be given by:


z_(\alpha/2)=-1.96, z_(1-\alpha/2)=1.96

The confidence interval for the mean is given by the following formula:


\hat p \pm z_(\alpha/2)\sqrt{(\hat p (1-\hat p))/(n)}

The margin of error is given by:


ME=<strong> </strong>z_(\alpha/2)\sqrt{(\hat p (1-\hat p))/(n)}

And replacing we got:


ME= 1.96 *\sqrt{(0.0693 (1-0.0693))/(231)}= 0.0328

Part c

If we replace the values obtained we got:


0.0693 - 1.96\sqrt{(0.0693(1-0.0693))/(231)}=0.0365


0.0693 + 1.96\sqrt{(0.0693(1-0.0693))/(231)}=0.1021

The 95% confidence interval would be given by (0.0365;0.1021)

Part d

For this case we can say that with 95% of confidence the true proportion of subjects with headaches is between 0.0365 and 0.1021

User Johanwannheden
by
5.9k points