R/RcppExports.R

Defines functions log_s_est gehan_ns_wt gehan_s_wt gehan_ns_est gehan_s_est log_ns_est getSuv resampling_No_Margin est_No_Margin gee eResC2 eResC

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

eResC <- function(Time, censor, wgt) {
    .Call(`_aftgee_eResC`, Time, censor, wgt)
}

eResC2 <- function(Time, censor, wgt) {
    .Call(`_aftgee_eResC2`, Time, censor, wgt)
}

gee <- function(y, X, b0, nt, w, corstr, tol, maxit) {
    .Call(`_aftgee_gee`, y, X, b0, nt, w, corstr, tol, maxit)
}

est_No_Margin <- function(y, X, D, b0, nt, w, corstr, tol, maxit) {
    .Call(`_aftgee_est_No_Margin`, y, X, D, b0, nt, w, corstr, tol, maxit)
}

resampling_No_Margin <- function(y, X, D, b0, nt, w, corstr, B, tol, maxit) {
    .Call(`_aftgee_resampling_No_Margin`, y, X, D, b0, nt, w, corstr, B, tol, maxit)
}

#' @noRd
getSuv <- function(Time, censor, wgt) {
    .Call(`_aftgee_getSuv`, Time, censor, wgt)
}

#' @noRd
log_ns_est <- function(a, X, D, Y, W, gw) {
    .Call(`_aftgee_log_ns_est`, a, X, D, Y, W, gw)
}

gehan_s_est <- function(a, X, D, Y, W, nc, sigma, gw) {
    .Call(`_aftgee_gehan_s_est`, a, X, D, Y, W, nc, sigma, gw)
}

#' @noRd
gehan_ns_est <- function(a, X, D, Y, W, gw) {
    .Call(`_aftgee_gehan_ns_est`, a, X, D, Y, W, gw)
}

#' @noRd
gehan_s_wt <- function(a, X, Y, W, nc, sigma) {
    .Call(`_aftgee_gehan_s_wt`, a, X, Y, W, nc, sigma)
}

gehan_ns_wt <- function(a, X, Y, W) {
    .Call(`_aftgee_gehan_ns_wt`, a, X, Y, W)
}

log_s_est <- function(a, X, D, Y, W, nc, sigma, gw) {
    .Call(`_aftgee_log_s_est`, a, X, D, Y, W, nc, sigma, gw)
}

Try the aftgee package in your browser

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

aftgee documentation built on Sept. 28, 2023, 5:08 p.m.