numberParams | R Documentation |
Given an object that describes a model or a dataset, it returns total number of parameters of the model.
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.
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.