binCI(7,20,type="wilson")
binCI(7,20,type="exact")
binCI(7,20,type="asymptotic")
## Demonstrates using all types at once
binCI(7,20,type="all")
## Demonstrates use with multiple inputs
binCI(c(7,10),c(20,30))
Run the code above in your browser using DataLab