R/RcppExports.R

Defines functions getMaxDist newCRLC newLC

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

newLC <- function(patients, limits, numThreads) {
    .Call(`_LocalControl_newLC`, patients, limits, numThreads)
}

newCRLC <- function(patients, limits, fTimes, cenCode, numThreads) {
    .Call(`_LocalControl_newCRLC`, patients, limits, fTimes, cenCode, numThreads)
}

getMaxDist <- function(df) {
    .Call(`_LocalControl_getMaxDist`, df)
}
OHDSI/LocalControl documentation built on Feb. 11, 2024, 9:14 a.m.