R/RcppExports.R

Defines functions rcpp_KW_PermTest_Given_Permutations rcpp_Welch_PermTest_Given_Permutations rcpp_Compute_Wilcoxon_Signed_Rank_Stat rcpp_TwoPartTest_Given_Permutations rcpp_Spearman_PermTest_Given_Permutations rcpp_Wilcoxon_PermTest_Given_Permutations

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

rcpp_Wilcoxon_PermTest_Given_Permutations <- function(X, Y) {
    .Call(`_dacomp_rcpp_Wilcoxon_PermTest_Given_Permutations`, X, Y)
}

rcpp_Spearman_PermTest_Given_Permutations <- function(X, Y) {
    .Call(`_dacomp_rcpp_Spearman_PermTest_Given_Permutations`, X, Y)
}

rcpp_TwoPartTest_Given_Permutations <- function(X, Y) {
    .Call(`_dacomp_rcpp_TwoPartTest_Given_Permutations`, X, Y)
}

rcpp_Compute_Wilcoxon_Signed_Rank_Stat <- function(RankedDifferences, SecondGroupBigger) {
    .Call(`_dacomp_rcpp_Compute_Wilcoxon_Signed_Rank_Stat`, RankedDifferences, SecondGroupBigger)
}

rcpp_Welch_PermTest_Given_Permutations <- function(X, Y) {
    .Call(`_dacomp_rcpp_Welch_PermTest_Given_Permutations`, X, Y)
}

rcpp_KW_PermTest_Given_Permutations <- function(X, Y, Nr_Groups) {
    .Call(`_dacomp_rcpp_KW_PermTest_Given_Permutations`, X, Y, Nr_Groups)
}
barakbri/dacomp documentation built on June 17, 2021, 11:20 p.m.