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