numberParams {NewWave} | 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)