R/RcppExports.R

Defines functions getGamma getSigma_cpp getVar

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

getGamma <- function(expbZ, X, T, Z, wh) {
    .Call(`_coxrt_getGamma`, expbZ, X, T, Z, wh)
}

getSigma_cpp <- function(Z, TMP, S0, xi, dMi_Tl) {
    .Call(`_coxrt_getSigma_cpp`, Z, TMP, S0, xi, dMi_Tl)
}

getVar <- function(exp_bZ, X, T, Z, wh) {
    .Call(`_coxrt_getVar`, exp_bZ, X, T, Z, wh)
}
Bella2001/coxrt documentation built on Aug. 2, 2019, 6:12 p.m.