Just a note
y=13 ; n=46021 # input data alpha=0.05 # sets a 95% interval v1=2*y ; v2=2*(y+1) # get df. CL=qchisq(alpha/2,v1)/2 CU=qchisq(1-alpha/2,v2)/2 CL # lower conf. limit CU # upper conf. limit # express as rates / 100000 CL*100000/n # lower conf. limit CU*100000/n # upper conf. 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.