R/RcppExports.R

Defines functions discretizeCpp make_CDF single_Fisher_test genStepFunCpp

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

discretizeCpp <- function(a, b, w, mask, ij, Dx, Dy) {
    .Call(`_MultiFit_discretizeCpp`, a, b, w, mask, ij, Dx, Dy)
}

make_CDF <- function(lp, col0_tot, row1_tot, min_margin, ALL_PROBS, compute_all_holm, min_p) {
    .Call(`_MultiFit_make_CDF`, lp, col0_tot, row1_tot, min_margin, ALL_PROBS, compute_all_holm, min_p)
}

single_Fisher_test <- function(t, correct, ret_all_probs) {
    .Call(`_MultiFit_single_Fisher_test`, t, correct, ret_all_probs)
}

genStepFunCpp <- function(SPS, sort_p, lc, lp) {
    .Call(`_MultiFit_genStepFunCpp`, SPS, sort_p, lc, lp)
}
MaStatLab/MultiFit documentation built on Jan. 11, 2020, 5:11 p.m.