R/RcppExports.R

Defines functions IRLS forwardsBackwards 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(`_flamingos_IRLS`, X, Tau, Gamma, Winit, verbose)
}

forwardsBackwards <- function(prior, transmat, f_tk) {
    .Call(`_flamingos_forwardsBackwards`, prior, transmat, f_tk)
}

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

Try the flamingos package in your browser

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

flamingos documentation built on Aug. 6, 2019, 5:10 p.m.