nparams | R Documentation |
Finds the number of parameters that were estimated in each model.
nparams(model)
## S3 method for class 'glm'
nparams(model)
## S3 method for class 'lm'
nparams(model)
## S3 method for class 'orlm'
nparams(model)
## S3 method for class 'polr'
nparams(model)
## S3 method for class 'clm'
nparams(model)
## S3 method for class 'multinom'
nparams(model)
## S3 method for class 'negbin'
nparams(model)
model |
A statistical model object. |
The function funds the number of parameters generally by counting the number of estimated parameters in the model's output.
For the purposes of the clarke_test
function, the nparams
functions are not intended to be called directly by the user.
A scalar giving the number of parameters estimated in the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.