The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

rbscCI

This package is an R wrapper of the C++ implementaton of the Blyth-Still-Casella confidence interval https://github.com/keithw/biostat.

It requires C++11 and the boost C++ library: https://www.boost.org/. The original C++ code is wrapped with an R interface using Rcpp and the boost library depedency is handled by the BH R package.

Installation

You can install the released version of rbscCI from CRAN with:

install.packages("rbscCI")

Example

This is a basic example to find the 95% confidence interval of the probability of success when there are 25 success out of 100 coin flips:

library(rbscCI)
bscCI(100, 25, 0.95, digits = 3)
#> [1] 0.171 0.341

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.