R/RcppExports.R

Defines functions AFTtvnew_LN_mcmc Vx_pw dmvnrm_arma AFTtv_LN_mcmc AFT_LN_mcmc

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

AFT_LN_mcmc <- function(Wmat, wUInf, wLUeq, c0Inf, Xmat, hyper_vec, tuning_vec, start_vec, n_burnin, n_sample, thin) {
    .Call(`_AFTTV_AFT_LN_mcmc`, Wmat, wUInf, wLUeq, c0Inf, Xmat, hyper_vec, tuning_vec, start_vec, n_burnin, n_sample, thin)
}

AFTtv_LN_mcmc <- function(Ymat, yUInf, yLUeq, c0Inf, Xmat, Xvec_tv, prior_vec_num, hyper_vec, tuning_vec, start_vec, knots_init, n_burnin, n_sample, thin) {
    .Call(`_AFTTV_AFTtv_LN_mcmc`, Ymat, yUInf, yLUeq, c0Inf, Xmat, Xvec_tv, prior_vec_num, hyper_vec, tuning_vec, start_vec, knots_init, n_burnin, n_sample, thin)
}

dmvnrm_arma <- function(x, mean, var, cholinvSigma_sub, logd = 1L) {
    .Call(`_AFTTV_dmvnrm_arma`, x, mean, var, cholinvSigma_sub, logd)
}

Vx_pw <- function(T, Xmat, beta, Xvec_tv, beta_tv, knots, log_out) {
    .Call(`_AFTTV_Vx_pw`, T, Xmat, beta, Xvec_tv, beta_tv, knots, log_out)
}

AFTtvnew_LN_mcmc <- function(Ymat, yUInf, yLUeq, c0Inf, Xmat, Xvec_tv, prior_vec_num, hyper_vec, tuning_vec, start_vec, knots_init, n_burnin, n_sample, thin) {
    .Call(`_AFTTV_AFTtvnew_LN_mcmc`, Ymat, yUInf, yLUeq, c0Inf, Xmat, Xvec_tv, prior_vec_num, hyper_vec, tuning_vec, start_vec, knots_init, n_burnin, n_sample, thin)
}
harrisonreeder/AFTTV documentation built on Dec. 20, 2021, 2:51 p.m.