getGamma_pi | R Documentation |
Given an object that describes a matrix of zero-inflated distributions, returns the matrix of parameters associated with V_pi
getGamma_pi(object, ...)
object |
an object that describes a matrix of zero-inflated distributions. |
... |
Additional parameters. |
the matrix of gamma_pi parameters
a <- zinbModel(n=5, J=10)
getGamma_pi(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.