Description Usage Arguments Value Functions Examples
Given an object that describes a model or a dataset, it returns total number of parameters of the model.
1 2 3 4 | numberParams(model)
## S4 method for signature 'newmodel'
numberParams(model)
|
model |
an object that describes a dataset or a model. |
the total number of parameters of the model.
numberParams,newmodel-method
: returns the total number of parameters in the model.
1 2 | a <- newmodel(n=5, J=10)
numberParams(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.