R/RcppExports.R

Defines functions calc_cvalues pcc scalar_row_pcc row_pcc ordering all_diffs triangular sign_with_threshold conform

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

conform <- function(xs, h) {
    .Call(`_opa_conform`, xs, h)
}

sign_with_threshold <- function(xs, diff_threshold) {
    .Call(`_opa_sign_with_threshold`, xs, diff_threshold)
}

triangular <- function(n) {
    .Call(`_opa_triangular`, n)
}

all_diffs <- function(xs) {
    .Call(`_opa_all_diffs`, xs)
}

ordering <- function(xs, pairing_type, diff_threshold) {
    .Call(`_opa_ordering`, xs, pairing_type, diff_threshold)
}

row_pcc <- function(xs, h, pairing_type, diff_threshold) {
    .Call(`_opa_row_pcc`, xs, h, pairing_type, diff_threshold)
}

scalar_row_pcc <- function(xs, h, pairing_type, diff_threshold) {
    .Call(`_opa_scalar_row_pcc`, xs, h, pairing_type, diff_threshold)
}

pcc <- function(dat, h, pairing_type, diff_threshold) {
    .Call(`_opa_pcc`, dat, h, pairing_type, diff_threshold)
}

calc_cvalues <- function(pcc_out, nreps, shuffle_across_individuals) {
    .Call(`_opa_calc_cvalues`, pcc_out, nreps, shuffle_across_individuals)
}

Try the opa package in your browser

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

opa documentation built on May 29, 2024, 7:06 a.m.