R/RcppExports.R

Defines functions dat_block_boot

Documented in dat_block_boot

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

#' helper function for the loss computation
#'
#' @useDynLib orddid
#' @keywords internal
dat_block_boot <- function(dat, id_cluster, id_cluster_boot, max_cluster_size) {
    .Call('_orddid_dat_block_boot', PACKAGE = 'orddid', dat, id_cluster, id_cluster_boot, max_cluster_size)
}
soichiroy/orddid documentation built on Oct. 3, 2020, 5:10 a.m.