getZeta: Returns the vector of log of inverse dispersion parameters

Description Usage Arguments Value Examples

Description

Given an object that describes a matrix of zero-inflated negative binomial distributions, returns the vector zeta of log of inverse dispersion parameters

Usage

1
getZeta(object)

Arguments

object

an object that describes a matrix of zero-inflated distributions.

Value

the vector zeta of log of inverse dispersion parameters

Examples

1
2
a <- zinbModel(n=5, J=10)
getZeta(a)

zinbwave documentation built on Nov. 8, 2020, 8:11 p.m.