R/RcppExports.R

Defines functions count_occurrences vector_gcd

Documented in count_occurrences vector_gcd

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

vector_gcd <- function(vec) {
    .Call(`_minMSE_vector_gcd`, vec)
}

count_occurrences <- function(df_treatments, curr_treatment) {
    .Call(`_minMSE_count_occurrences`, df_treatments, curr_treatment)
}

Try the minMSE package in your browser

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

minMSE documentation built on March 18, 2022, 8:05 p.m.