Just a note
p=0.4 ; n=850 # enter data alpha=0.05 # specify 95% conf. limits se=sqrt(p*(1-p)/n) # estimate se of p CL=p-(qnorm(1-alpha/2)*se) CU=p+(qnorm(1-alpha/2)*se) CL # lower 95% limit CU # upper 95% limit
Except where otherwise specified, all text and images on this page are copyright InfluentialPoints, all rights reserved. Images not copyright InfluentialPoints credit their source on web-pages attached via hypertext links from those images.