Just a note
y=f=13 ; n=46021 # input data alpha=0.05 # to get a 95% interval se=sqrt(f) # estimate se # give intervals to y (CL=qnorm(alpha/2,y,se)) # lower CL (CU=qnorm(1-alpha/2,y,se)) # upper CL # give as rates per 100,000 CL*100000/n # lower CL CU*100000/n # upper CL
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.