R/RcppExports.R

Defines functions netcox_cpp proximalGraph

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

proximalGraph <- function(U, p, regul, grp, grpV, etaG, lam) {
    invisible(.Call(`_netcox_proximalGraph`, U, p, regul, grp, grpV, etaG, lam))
}

netcox_cpp <- function(x, start, stop, event, n_unique, regul, lam, grp, grpV, etaG, init, l_ld, init_stepsize, ls_shrink, partol, maxit, verbose) {
    .Call(`_netcox_netcox_cpp`, x, start, stop, event, n_unique, regul, lam, grp, grpV, etaG, init, l_ld, init_stepsize, ls_shrink, partol, maxit, verbose)
}

Try the netcox package in your browser

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

netcox documentation built on March 7, 2023, 6:15 p.m.