| glm_zeroinfl {mirTarRnaSeq} | R Documentation |
Implements standardaized functions to fit the zero inflated model with Poisson or Negative Binomial distribution, and to obtain coefficients, pvalues, etc.
glm_zeroinfl(dist = "poisson")
dist |
either 'poisson' or 'negbin' |
structure containing functions fit, coefficients,
aic, data, pterm, pmodel, and a
character string "glm_zeroinfl" in model.
x <- glm_zeroinfl("negbin")