10.3 Confidence Intervals for Proportions (z distribution)
Lab 10.3.1
In a random sample of 120 adults, 51 are fully vaccinated for Covid19. Construct a 90% confidence interval using the conf_prop function above.
Lab 10.3.2
In a random sample of 120 adults, 50% are fully vaccinated for Covid19. Construct a 95% confidence interval using the conf_prop function above.
Lab 10.3.3
Town officials want to determine the current percentage of residents vaccinated for Covid19. How many residents should be surveyed in order to be 90% confident that the estimated proportion is within five percentage points of the true population proportion who are vaccinated for Covid19? Previously the proportion was 0.55. Use the samp_pro function below.
Adapted from Python for Introductory Statistics: Student's Lab Workbook, by Simon Aman (Truman College, City Colleges of Chicago), licensed under CC BY 4.0. Changes were made: reformatted as an accessible XYZ web edition with live in-browser code cells. License: CC-BY-4.0.