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(`_StMoE_IRLS`, X, Tau, Gamma, Winit, verbose)
}

multinomialLogit <- function(W, X, Y, Gamma) {
    .Call(`_StMoE_multinomialLogit`, W, X, Y, Gamma)
}
fchamroukhi/StMoE documentation built on Jan. 11, 2020, 4:23 p.m.