R/RcppExports.R

Defines functions SickSickerMicroSim_Cpp MicroSimV_Cpp EffsV_Cpp CostsV_Cpp SampleV_Cpp ProbsV_Cpp

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

ProbsV_Cpp <- function(v_S_t, n_I, n_S, t_P) {
    .Call(`_calibR_ProbsV_Cpp`, v_S_t, n_I, n_S, t_P)
}

SampleV_Cpp <- function(m_P_t, n_I, n_S, m = 1L) {
    .Call(`_calibR_SampleV_Cpp`, m_P_t, n_I, n_S, m)
}

CostsV_Cpp <- function(v_S_t, n_I, n_S, v_Costs, b_Trt = FALSE) {
    .Call(`_calibR_CostsV_Cpp`, v_S_t, n_I, n_S, v_Costs, b_Trt)
}

EffsV_Cpp <- function(v_S_t, n_I, n_S, v_Utilities, b_Trt = FALSE, cl = 1L) {
    .Call(`_calibR_EffsV_Cpp`, v_S_t, n_I, n_S, v_Utilities, b_Trt, cl)
}

MicroSimV_Cpp <- function(v_S_t, t_P, v_C, v_U, n_I, n_S = 4L, n_T = 30L, n_Cl = 1L, d_dC = 0.03, d_dE = 0.03, b_Trt = FALSE, n_Seed = 1L) {
    .Call(`_calibR_MicroSimV_Cpp`, v_S_t, t_P, v_C, v_U, n_I, n_S, n_T, n_Cl, d_dC, d_dE, b_Trt, n_Seed)
}

SickSickerMicroSim_Cpp <- function(v_S_t, t_P, v_C, v_U, n_I, n_S = 4L, n_T = 30L, n_Cl = 1L, d_dC = 0.03, d_dE = 0.03, n_Seed = 1L, b_Trt = FALSE) {
    .Call(`_calibR_SickSickerMicroSim_Cpp`, v_S_t, t_P, v_C, v_U, n_I, n_S, n_T, n_Cl, d_dC, d_dE, n_Seed, b_Trt)
}
W-Mohammed/calibrater documentation built on Oct. 14, 2023, 1:57 a.m.