R/RcppExports.R

Defines functions cvgrpCoxQ grpCoxQ compare isInf isNA convd2n max_lambda d2Q dfQ plQ stdQ

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

stdQ <- function(X) {
    .Call(`_grpCox_stdQ`, X)
}

plQ <- function(xb, nevent, nevent1, loc1, n) {
    .Call(`_grpCox_plQ`, xb, nevent, nevent1, loc1, n)
}

dfQ <- function(xb, tevent, N, nevent, nevent1, loc1, n) {
    .Call(`_grpCox_dfQ`, xb, tevent, N, nevent, nevent1, loc1, n)
}

d2Q <- function(xb, tevent, N, nevent, nevent1, loc1, n) {
    .Call(`_grpCox_d2Q`, xb, tevent, N, nevent, nevent1, loc1, n)
}

max_lambda <- function(dt) {
    .Call(`_grpCox_max_lambda`, dt)
}

convd2n <- function(X) {
    .Call(`_grpCox_convd2n`, X)
}

isNA <- function(x) {
    .Call(`_grpCox_isNA`, x)
}

isInf <- function(x) {
    .Call(`_grpCox_isInf`, x)
}

compare <- function(cx, cy) {
    .Call(`_grpCox_compare`, cx, cy)
}

grpCoxQ <- function(dt, penalty, lambda, nlambda, gamma, thresh, maxit) {
    .Call(`_grpCox_grpCoxQ`, dt, penalty, lambda, nlambda, gamma, thresh, maxit)
}

cvgrpCoxQ <- function(dt, penalty, lambda, nlambda, gamma, thresh, maxit, dF) {
    .Call(`_grpCox_cvgrpCoxQ`, dt, penalty, lambda, nlambda, gamma, thresh, maxit, dF)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_grpCox_RcppExport_registerCCallable', PACKAGE = 'grpCox')
})

Try the grpCox package in your browser

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

grpCox documentation built on Sept. 16, 2020, 9:07 a.m.