Description Usage Arguments Value Methods (by class) Examples
Given a statistical model with regularization parameters, compute the penalty.
1 2 3 4 | newpenalty(model)
## S4 method for signature 'newmodel'
newpenalty(model)
|
model |
an object that describes a statistical model with regularization parameters. |
The penalty of the model.
newmodel
: return the penalization.
1 2 | m <- newmodel(K=2)
newpenalty(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.