Nothing
# 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.