R/RcppExports.R

Defines functions get_weights get_coefs

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

get_coefs <- function(X_samp, Y, W) {
    .Call(`_mase_get_coefs`, X_samp, Y, W)
}

get_weights <- function(X_pop, X_samp, W, one_mat) {
    .Call(`_mase_get_weights`, X_pop, X_samp, W, one_mat)
}

Try the mase package in your browser

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

mase documentation built on Nov. 28, 2023, 1:08 a.m.