R/RcppExports.R

Defines functions IRLS multinomialLogit

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

IRLS <- function(X, Tau, Gamma, Winit, verbose = FALSE) {
    .Call(`_MRHLP_IRLS`, X, Tau, Gamma, Winit, verbose)
}

multinomialLogit <- function(W, X, Y, Gamma) {
    .Call(`_MRHLP_multinomialLogit`, W, X, Y, Gamma)
}
fchamroukhi/MRHLP documentation built on Sept. 23, 2019, 4:17 a.m.