R/RcppExports.R

Defines functions .bicoln_mem .bicoln_raw .cpCI .bscCI

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

.bscCI <- function(n_tot, n_suc, conf) {
    .Call(`_rbscCI_bscCI`, n_tot, n_suc, conf)
}

.cpCI <- function(n_tot, n_suc, conf) {
    .Call(`_rbscCI_cpCI`, n_tot, n_suc, conf)
}

.bicoln_raw <- function(N, k) {
    .Call(`_rbscCI_bicoln_raw_export`, N, k)
}

.bicoln_mem <- function(N, k) {
    .Call(`_rbscCI_bicoln_mem`, N, k)
}

Try the rbscCI package in your browser

Any scripts or data that you put into this service are public.

rbscCI documentation built on July 8, 2020, 7:15 p.m.