R/RcppExports.R

Defines functions table_pmt association_pmt rcbd_pmt paired_pmt multcomp_pmt ksample_pmt twosample_pmt

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

twosample_pmt <- function(x, y, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_twosample_pmt`, x, y, statistic_func, n_permu, progress)
}

ksample_pmt <- function(data, group, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_ksample_pmt`, data, group, statistic_func, n_permu, progress)
}

multcomp_pmt <- function(group_i, group_j, data, group, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_multcomp_pmt`, group_i, group_j, data, group, statistic_func, n_permu, progress)
}

paired_pmt <- function(x, y, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_paired_pmt`, x, y, statistic_func, n_permu, progress)
}

rcbd_pmt <- function(data, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_rcbd_pmt`, data, statistic_func, n_permu, progress)
}

association_pmt <- function(x, y, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_association_pmt`, x, y, statistic_func, n_permu, progress)
}

table_pmt <- function(row, col, statistic_func, n_permu, progress) {
    .Call(`_LearnNonparam_table_pmt`, row, col, statistic_func, n_permu, progress)
}

Try the LearnNonparam package in your browser

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

LearnNonparam documentation built on June 8, 2025, 1:46 p.m.