| penalty | R Documentation | 
Given a statistical model with regularization parameters, compute the penalty.
penalty(model)
## S4 method for signature 'ZinbModel'
penalty(model)
model | 
 an object that describes a statistical model with regularization parameters.  | 
The penalty of the model.
penalty(ZinbModel): return the penalization.
m <- zinbModel(K=2)
penalty(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.