Description Usage Arguments Value Examples
Given an object describing a ZINB model, returns a vector of size the number
of columns in the parameter W
with the regularization
parameters associated to each column.
1 | getEpsilon_W(object)
|
object |
an object that describes a matrix of zero-inflated distributions. |
the regularization parameters for W
.
1 2 | a <- zinbModel(n=5, J=10)
getEpsilon_W(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.