getEpsilon_zeta {zinbwave} | 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)