Description Usage Arguments Value
Extract summary table for coefficients estimates
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | secoeff(object, ...)
## Default S3 method:
secoeff(object, ...)
## S3 method for class 'fastzeroinfl'
secoeff(object, ...)
## S3 method for class 'oglmx'
secoeff(object, ...)
## S3 method for class 'light.zeroinfl'
secoeff(object, ...)
## S3 method for class 'negbin'
secoeff(object, ...)
## S3 method for class 'mindist'
secoeff(object, ...)
## S3 method for class 'summary.lm'
secoeff(object, ...)
## S3 method for class 'summary.glm'
secoeff(object, ...)
## S3 method for class 'summary.oglmx'
secoeff(object, ...)
## S3 method for class 'summary.zeroinfl'
secoeff(object, ...)
## S3 method for class 'nnet'
secoeff(object, ...)
|
object |
A regression object |
... |
Additional parameters |
Returns coefficient values,
standard errors, t-stat (or z-stat)
and pvalues in a dataframe. Exception
for nnet::multinom
models (list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.