getZeta | R Documentation |
Given an object that describes a matrix of zero-inflated negative binomial
distributions, returns the vector zeta
of log of inverse dispersion
parameters
getZeta(object)
object |
an object that describes a matrix of zero-inflated distributions. |
the vector zeta
of log of inverse dispersion parameters
a <- zinbModel(n=5, J=10)
getZeta(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.