Description Usage Arguments Value Examples
Given an object describing a ZINB model, returns a vector of size the number
of rows in the parameter alpha
with the regularization parameters
associated to each row. Here alpha
refers to both alpha_mu
and
alpha_pi
, which have the same size and have the same regularization.
1 | getEpsilon_alpha(object)
|
object |
an object that describes a matrix of zero-inflated distributions. |
the regularization parameters for alpha_mu
and
alpha_pi
.
1 2 | a <- zinbModel(n=5, J=10)
getEpsilon_alpha(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.