R/RcppExports.R

Defines functions binfit cumfit

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

cumfit <- function(betanew2, epsilon, maxiter, acoefs2, lambda, weight2, control, design2, N, n, q, resp2, index, c, gama, norm, hatmatrix, lambda2, checktheta2) {
    .Call(`_BTLLasso_cumfit`, betanew2, epsilon, maxiter, acoefs2, lambda, weight2, control, design2, N, n, q, resp2, index, c, gama, norm, hatmatrix, lambda2, checktheta2)
}

binfit <- function(betanew2, epsilon, maxiter, acoefs2, lambda, weight2, control, design2, N, n, q, resp2, index, c, gama, norm, hatmatrix, lambda2) {
    .Call(`_BTLLasso_binfit`, betanew2, epsilon, maxiter, acoefs2, lambda, weight2, control, design2, N, n, q, resp2, index, c, gama, norm, hatmatrix, lambda2)
}

Try the BTLLasso package in your browser

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

BTLLasso documentation built on Jan. 13, 2021, 10:42 p.m.