nParams {zinbwave} | 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-method
: returns the total number of parameters in the model.