Description Usage Arguments Value
A small method to extract coefficient names from econometric models
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | listcoeff(object, ...)
## S3 method for class 'light.zeroinfl'
listcoeff(object, ...)
## S3 method for class 'mindist'
listcoeff(object, ...)
## S3 method for class 'zeroinfl'
listcoeff(object, ...)
## S3 method for class 'light.glm'
listcoeff(object, ...)
## Default S3 method:
listcoeff(object, ...)
## S3 method for class 'nnet'
listcoeff(object, ...)
## S3 method for class 'light.lm'
listcoeff(object, ...)
|
object |
An object |
... |
Additional arguments |
A character vector with names that can be passed to latex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.