glm_zeroinfl: Model functions for zero inflated model using either Poisson...

View source: R/models_zeroinfl.R

glm_zeroinflR Documentation

Model functions for zero inflated model using either Poisson or Negative Binomial distributions.

Description

Implements standardaized functions to fit the zero inflated model with Poisson or Negative Binomial distribution, and to obtain coefficients, pvalues, etc.

Usage

glm_zeroinfl(dist = "poisson")

Arguments

dist

either 'poisson' or 'negbin'

Value

structure containing functions fit, coefficients, aic, data, pterm, pmodel, and a character string "glm_zeroinfl" in model.

Examples

x <- glm_zeroinfl("negbin")

Mercedeh66/mirTarRnaSeq documentation built on April 14, 2023, 6:49 a.m.