getEpsilon_zeta | R Documentation |
The regularization parameter penalizes the variance of zeta, the log of the dispersion parameters across samples.
getEpsilon_zeta(object)
object |
an object that describes a matrix of zero-inflated distributions. |
the regularization parameters for zeta
.
a <- zinbModel(n=5, J=10)
getEpsilon_zeta(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.