R/RcppExports.R

Defines functions .Total .TotalVec .TotalDeltaT .TotalCentral .TotalCentralVec .TotalCentrals .TestStable .TestPhi .RatioVec .PropVec .Med .MedVec .Meds .MCPhi .MCPhiI .Indirect .IndirectCentral .IndirectCentralVec .IndirectCentrals .Direct .DirectVec

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

.DirectVec <- function(phi_vec, delta_t, from, to, med) {
    .Call(`_cTMed_DirectVec`, phi_vec, delta_t, from, to, med)
}

.Direct <- function(phi, delta_t, from, to, med) {
    .Call(`_cTMed_Direct`, phi, delta_t, from, to, med)
}

.IndirectCentrals <- function(phi, delta_t) {
    .Call(`_cTMed_IndirectCentrals`, phi, delta_t)
}

.IndirectCentralVec <- function(phi_vec, delta_t) {
    .Call(`_cTMed_IndirectCentralVec`, phi_vec, delta_t)
}

.IndirectCentral <- function(phi, delta_t) {
    .Call(`_cTMed_IndirectCentral`, phi, delta_t)
}

.Indirect <- function(phi, delta_t, from, to, med) {
    .Call(`_cTMed_Indirect`, phi, delta_t, from, to, med)
}

.MCPhiI <- function(phi, vcov_phi_vec_l, test_phi = TRUE) {
    .Call(`_cTMed_MCPhiI`, phi, vcov_phi_vec_l, test_phi)
}

.MCPhi <- function(phi, vcov_phi_vec_l, R, test_phi = TRUE) {
    .Call(`_cTMed_MCPhi`, phi, vcov_phi_vec_l, R, test_phi)
}

.Meds <- function(phi, delta_t, from, to, med) {
    .Call(`_cTMed_Meds`, phi, delta_t, from, to, med)
}

.MedVec <- function(phi_vec, delta_t, from, to, med) {
    .Call(`_cTMed_MedVec`, phi_vec, delta_t, from, to, med)
}

.Med <- function(phi, delta_t, from, to, med) {
    .Call(`_cTMed_Med`, phi, delta_t, from, to, med)
}

.PropVec <- function(phi_vec, delta_t, from, to, med) {
    .Call(`_cTMed_PropVec`, phi_vec, delta_t, from, to, med)
}

.RatioVec <- function(phi_vec, delta_t, from, to, med) {
    .Call(`_cTMed_RatioVec`, phi_vec, delta_t, from, to, med)
}

.TestPhi <- function(phi) {
    .Call(`_cTMed_TestPhi`, phi)
}

.TestStable <- function(x) {
    .Call(`_cTMed_TestStable`, x)
}

.TotalCentrals <- function(phi, delta_t) {
    .Call(`_cTMed_TotalCentrals`, phi, delta_t)
}

.TotalCentralVec <- function(phi_vec, delta_t) {
    .Call(`_cTMed_TotalCentralVec`, phi_vec, delta_t)
}

.TotalCentral <- function(phi, delta_t) {
    .Call(`_cTMed_TotalCentral`, phi, delta_t)
}

.TotalDeltaT <- function(phi, delta_t) {
    .Call(`_cTMed_TotalDeltaT`, phi, delta_t)
}

.TotalVec <- function(phi_vec, delta_t) {
    .Call(`_cTMed_TotalVec`, phi_vec, delta_t)
}

.Total <- function(phi, delta_t) {
    .Call(`_cTMed_Total`, phi, delta_t)
}

Try the cTMed package in your browser

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

cTMed documentation built on Oct. 21, 2024, 5:08 p.m.