R/RcppExports.R

Defines functions rjaf_cpp

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

rjaf_cpp <- function(y_trainest, y_trainest_resid, X_trainest, trt_trainest, prob_trainest, cluster_trainest, X_heldout, ntrts = 5L, nvars = 3L, lambda1 = 0.5, lambda2 = 0.5, ipw = TRUE, nodesize = 5L, ntree = 1000L, prop_train = 0.5, eps = 0.1, reg = TRUE, impute = TRUE) {
    .Call(`_rjaf_rjaf_cpp`, y_trainest, y_trainest_resid, X_trainest, trt_trainest, prob_trainest, cluster_trainest, X_heldout, ntrts, nvars, lambda1, lambda2, ipw, nodesize, ntree, prop_train, eps, reg, impute)
}

Try the rjaf package in your browser

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

rjaf documentation built on April 12, 2025, 1:26 a.m.