penalty {zinbwave} | 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.
ZinbModel
: return the penalization.
m <- zinbModel(K=2) penalty(m)