# This is only needed one time:
install.packages("binom")

library(binom)
binom.confint(162, 18325)
binom.confint(8, 18198, methods="exact")

