R/RcppExports.R

Defines functions perm_sum_cpp rank_wtd_cpp indep_test_cpp wdm_mat_cpp wdm_cpp

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

wdm_cpp <- function(x, y, method, weights, remove_missing) {
    .Call(`_wdm_wdm_cpp`, x, y, method, weights, remove_missing)
}

wdm_mat_cpp <- function(x, method, weights, remove_missing) {
    .Call(`_wdm_wdm_mat_cpp`, x, method, weights, remove_missing)
}

indep_test_cpp <- function(x, y, method, weights, remove_missing, alternative) {
    .Call(`_wdm_indep_test_cpp`, x, y, method, weights, remove_missing, alternative)
}

rank_wtd_cpp <- function(x, weights, ties_method = "min") {
    .Call(`_wdm_rank_wtd_cpp`, x, weights, ties_method)
}

perm_sum_cpp <- function(x, k) {
    .Call(`_wdm_perm_sum_cpp`, x, k)
}
tnagler/wdm-r documentation built on Aug. 25, 2023, 11:11 a.m.