R/RcppExports.R

Defines functions optimal_stage OPT ACCU_HIER prob EFF_HIER ARRAY_master ARRAY_nomaster eff_nomaster_2 eff_nomaster_1 theta

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

theta <- function(p, size, type) {
    .Call(`_binGroup2_theta`, p, size, type)
}

eff_nomaster_1 <- function(p, SE, SP, n) {
    .Call(`_binGroup2_eff_nomaster_1`, p, SE, SP, n)
}

eff_nomaster_2 <- function(p, SE, SP, n) {
    .Call(`_binGroup2_eff_nomaster_2`, p, SE, SP, n)
}

ARRAY_nomaster <- function(p, SE, SP, n) {
    .Call(`_binGroup2_ARRAY_nomaster`, p, SE, SP, n)
}

ARRAY_master <- function(p, SE, SP, n) {
    .Call(`_binGroup2_ARRAY_master`, p, SE, SP, n)
}

EFF_HIER <- function(p, S, SE, SP, ns) {
    .Call(`_binGroup2_EFF_HIER`, p, S, SE, SP, ns)
}

prob <- function(p, S, SE, SP, ns) {
    .Call(`_binGroup2_prob`, p, S, SE, SP, ns)
}

ACCU_HIER <- function(p, S, SE, SP, ns) {
    .Call(`_binGroup2_ACCU_HIER`, p, S, SE, SP, ns)
}

OPT <- function(p, SE, SP, MAMPS, obj, algorithm) {
    .Call(`_binGroup2_OPT`, p, SE, SP, MAMPS, obj, algorithm)
}

optimal_stage <- function(rho, SE, SP, pi1, pi2, MAMPS, obj, algorithm) {
    .Call(`_binGroup2_optimal_stage`, rho, SE, SP, pi1, pi2, MAMPS, obj, algorithm)
}

Try the binGroup2 package in your browser

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

binGroup2 documentation built on Nov. 14, 2023, 9:06 a.m.