R/RcppExports.R

Defines functions updateEM2 updateEM theta_ml

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

theta_ml <- function(theta, y, mu, weights) {
    .Call('_scZINB_theta_ml', PACKAGE = 'scZINB', theta, y, mu, weights)
}

updateEM <- function(y, betas, offsetx, gammas, offsetz, X, theta, lambda, tau, irlsConv, betaWeights, gammaWeights, maxIT, loud, eps, model, penType, maxIT2) {
    .Call('_scZINB_updateEM', PACKAGE = 'scZINB', y, betas, offsetx, gammas, offsetz, X, theta, lambda, tau, irlsConv, betaWeights, gammaWeights, maxIT, loud, eps, model, penType, maxIT2)
}

updateEM2 <- function(y, betas, offsetx, gammas, offsetz, X, theta, lambda, tau, irlsConv, betaWeights, gammaWeights, maxIT, loud, eps, penType) {
    .Call('_scZINB_updateEM2', PACKAGE = 'scZINB', y, betas, offsetx, gammas, offsetz, X, theta, lambda, tau, irlsConv, betaWeights, gammaWeights, maxIT, loud, eps, penType)
}
yliu433/scZINB documentation built on Nov. 30, 2020, 9:07 p.m.