# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.