R/RcppExports.R

Defines functions sign_rank_probs_ties_int sign_rank_probs_int perm_test_run mann_whitney_probs_ties_int mann_whitney_probs_int

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

mann_whitney_probs_int <- function(m, n) {
    .Call('_DiscreteTests_mann_whitney_probs_int', PACKAGE = 'DiscreteTests', m, n)
}

mann_whitney_probs_ties_int <- function(ranks, size_x) {
    .Call('_DiscreteTests_mann_whitney_probs_ties_int', PACKAGE = 'DiscreteTests', ranks, size_x)
}

perm_test_run <- function(x, y, mu, method = "diff_mean", exact = TRUE, sims = 100000L) {
    .Call('_DiscreteTests_perm_test_run', PACKAGE = 'DiscreteTests', x, y, mu, method, exact, sims)
}

sign_rank_probs_int <- function(n) {
    .Call('_DiscreteTests_sign_rank_probs_int', PACKAGE = 'DiscreteTests', n)
}

sign_rank_probs_ties_int <- function(scores) {
    .Call('_DiscreteTests_sign_rank_probs_ties_int', PACKAGE = 'DiscreteTests', scores)
}

Try the DiscreteTests package in your browser

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

DiscreteTests documentation built on Sept. 2, 2026, 9:06 a.m.