In: Math
In the Focus Problem at the beginning of this chapter, a study was described comparing the hatch ratios of wood duck nesting boxes. Group I nesting boxes were well separated from each other and well hidden by available brush. There were a total of 469 eggs in group I boxes, of which a field count showed about 262 hatched. Group II nesting boxes were placed in highly visible locations and grouped closely together. There were a total of 804 eggs in group II boxes, of which a field count showed about 276 hatched.
(a) Find a point estimate p̂1 for
p1, the proportion of eggs that hatch in group
I nest box placements. (Round your answer to three decimal
places.)
p̂1 =
Find a 90% confidence interval for p1. (Round
your answers to three decimal places.)
lower limit | |
upper limit |
(b) Find a point estimate p̂2 for
p2, the proportion of eggs that hatch in group
II nest box placements. (Round your answer to three decimal
places.)
p̂2 =
Find a 90% confidence interval for p2. (Round
your answers to three decimal places.)
lower limit | |
upper limit |
(c) Find a 90% confidence interval for p1 −
p2. (Round your answers to three decimal
places.)
lower limit | |
upper limit |
Does the interval indicate that the proportion of eggs hatched from
group I nest boxes is higher than, lower than, or equal to the
proportion of eggs hatched from group II nest boxes?
Because the interval contains only positive numbers, we can say that a higher proportion of eggs hatched in well-separated and well-hidden nesting boxes.Because the interval contains only negative numbers, we can say that a higher proportion of eggs hatched in highly visible, closely grouped nesting boxes. We can not make any conclusions using this confidence interval.Because the interval contains both positive and negative numbers, we can not say that a higher proportion of eggs hatched in well-separated and well-hidden nesting boxes.
(d) What conclusions about placement of nest boxes can be drawn? In
the article discussed in the Focus Problem, additional concerns are
raised about the higher cost of placing and maintaining group I
nest box placements. Also at issue is the cost efficiency per
successful wood duck hatch.
A greater proportion of wood duck eggs hatch if the eggs are laid in highly visible, closely grouped nesting boxes.No conclusion can be made. A greater proportion of wood duck eggs hatch if the eggs are laid in well-separated, well-hidden nesting boxes.The eggs hatch equally well in both conditions.
a) n = 469, x = 262
p̂1 = x/n = 0.559
90% Confidence interval for p1:
At α = 0.1, two tailed critical value, z_c = NORM.S.INV(0.1/2) = 1.645
Lower Bound = p̂1 - z_c*√( p̂1 *(1- p̂1 )/n) = 0.559 - 1.645 *√(0.559*0.441/469) = 0.521
Upper Bound = p̂1 + z_c*√( p̂1 *(1- p̂1 )/n) = 0.559 + 1.645 *√(0.559*0.441/469) = 0.596
-------------------------------------
b) n = 804, x = 276
p̂2 = x/n = 0.343
90% Confidence interval for p2:
At α = 0.1, two tailed critical value, z_c = NORM.S.INV(0.1/2) = 1.645
Lower Bound = p̂2 - z_c*√( p̂2 *(1- p̂2 )/n) = 0.343 - 1.645 *√(0.343*0.657/804) = 0.316
Upper Bound = p̂2 + z_c*√( p̂2 *(1- p̂2 )/n) = 0.343 + 1.645 *√(0.343*0.657/804) = 0.371
-------------------------------------
c) 90% Confidence interval for the difference:
At α = 0.1, two tailed critical value, z_c = NORM.S.INV(0.1/2) = 1.645
Lower Bound = (p̂1 - p̂2) - z_c*√ [(p̂1*(1-p̂1)/n1)+(p̂2*(1-p̂2)/n2) ]
= (0.559 - 0.343) - 1.645*√[(0.559*0.441/469) + (0.343*0.657/804)] = 0.169
Upper Bound = (p̂1 - p̂2) + z_c*√ [(p̂1*(1-p̂1)/n1)+(p̂2*(1-p̂2)/n2) ]
= (0.559 - 0.343) + 1.645*√[(0.559*0.441/469) + (0.343*0.657/804)] = 0.262
Because the interval contains only positive numbers, we can say that a higher proportion of eggs hatched in well-separated and well-hidden nesting boxes.
-------------------------------------
d) A greater proportion of wood duck eggs hatch if the eggs are laid in well-separated, well-hidden nesting boxes.