nParams | R Documentation |
Given an object that describes a model or a dataset, it returns total number of parameters of the model.
nParams(model)
## S4 method for signature 'ZinbModel'
nParams(model)
model |
an object that describes a dataset or a model. |
the total number of parameters of the model.
nParams(ZinbModel)
: returns the total number of parameters in the model.
a <- zinbModel()
nParams(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.