getEpsilon_gamma_mu {zinbwave} | R Documentation |
Given an object describing a ZINB model, returns a vector of size the number
of columns in the parameter gamma_mu
with the regularization
parameters associated to each row.
getEpsilon_gamma_mu(object)
object |
an object that describes a matrix of zero-inflated distributions. |
the regularization parameters for gamma_mu
.
a <- zinbModel(n=5, J=10) getEpsilon_gamma_mu(a)