| newEpsilon_beta | R Documentation | 
Given an object describing a nb model, returns a vector of size the number
of rows in the parameter beta with the regularization parameters
associated to each row.
newEpsilon_beta(object)
| object | an object that describes a matrix of negative binomial distributions. | 
the regularization parameters for beta.
a <- newmodel(n=5, J=10) newEpsilon_beta(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.