glm_nb {mirTarRnaSeq}R Documentation

Model functions for GLM with negative binomial family.

Description

Implements standardized functions to fit the negative binomial GLM and to obtain coefficients, pvalues, etc.

Usage

glm_nb()

Value

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

Examples

x <- glm_nb()

[Package mirTarRnaSeq version 1.1.3 Index]