npar {RprobitB} | R Documentation |
Extract number of model parameters
Description
This function extracts the number of model parameters of an
RprobitB_fit
object.
Usage
npar(object, ...)
## S3 method for class 'RprobitB_fit'
npar(object, ...)
Arguments
object |
An object of class |
... |
Optionally more objects of class |
Value
Either a numeric value (if just one object is provided) or a numeric vector.
[Package RprobitB version 1.1.4 Index]