R/RcppExports.R

Defines functions fun_sublr fun_subless fun_hcross

Documented in fun_hcross fun_subless fun_sublr

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

fun_hcross <- function(x) {
    .Call('_ALassoSurvIC_fun_hcross', PACKAGE = 'ALassoSurvIC', x)
}

fun_subless <- function(u, lessthan) {
    .Call('_ALassoSurvIC_fun_subless', PACKAGE = 'ALassoSurvIC', u, lessthan)
}

fun_sublr <- function(u, l, r) {
    .Call('_ALassoSurvIC_fun_sublr', PACKAGE = 'ALassoSurvIC', u, l, r)
}

Try the ALassoSurvIC package in your browser

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

ALassoSurvIC documentation built on Dec. 1, 2022, 5:12 p.m.