The goal of jbutils is to be a repository of utility functions.
You can install the development version of jbutils like so:
# install.packages("devtools")
devtools::install_github("jeremy-p-b/jbutils")You can use jbutils to calculate a Wilson CI for a binomial proportion.
library(jbutils)
wilson_lower(15,80)
#> [1] 0.1170531