R/RcppExports.R

Defines functions bess_lm get_A getcox_A EigenR gbess_lm gget_A ggetcox_A

Documented in bess_lm EigenR gbess_lm get_A getcox_A gget_A

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

bess_lm <- function(X, y, T0, max_steps, beta0) {
    .Call(`_BeSS_bess_lm`, X, y, T0, max_steps, beta0)
}

get_A <- function(X, y, beta, coef0, T0, B, weights) {
    .Call(`_BeSS_get_A`, X, y, beta, coef0, T0, B, weights)
}

getcox_A <- function(X, beta, T0, B, status, weights) {
    .Call(`_BeSS_getcox_A`, X, beta, T0, B, status, weights)
}

EigenR <- function(X) {
    .Call(`_BeSS_EigenR`, X)
}

gbess_lm <- function(X, y, G, index, PhiG, invPhiG, T0, max_steps, beta0, n, p, N) {
    .Call(`_BeSS_gbess_lm`, X, y, G, index, PhiG, invPhiG, T0, max_steps, beta0, n, p, N)
}

gget_A <- function(X, y, G, index, T0, beta0, coef0, n, p, N, weights, B00) {
    .Call(`_BeSS_gget_A`, X, y, G, index, T0, beta0, coef0, n, p, N, weights, B00)
}

ggetcox_A <- function(X, G, index, T0, beta0, n, p, N, status, weights, B00) {
    .Call(`_BeSS_ggetcox_A`, X, G, index, T0, beta0, n, p, N, status, weights, B00)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_BeSS_RcppExport_registerCCallable', PACKAGE = 'BeSS')
})
scrcss319/BeSS documentation built on May 18, 2019, 9:14 p.m.