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

multinomialLogit <- function(W, X, Y, Gamma) {
    .Call(`_meteorits_multinomialLogit`, W, X, Y, Gamma)
}

Try the meteorits package in your browser

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

meteorits documentation built on Jan. 11, 2020, 9:13 a.m.