Description Usage Arguments Details Value
A small method to extract statistics names relevent to econometric models
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | liststats(object, ...)
## S3 method for class 'light.zeroinfl'
liststats(object, ...)
## S3 method for class 'zeroinfl'
liststats(object, ...)
## S3 method for class 'light.glm'
liststats(object, ...)
## Default S3 method:
liststats(object, ...)
## S3 method for class 'light.lm'
liststats(object, ...)
## S3 method for class 'fastLm'
liststats(object, ...)
|
object |
An object |
... |
Additional arguments. See |
The following arguments add statistics
add_link = TRUE
: Add two rows informing
on the count and selection distributions
used in object
(possibly empty)
add_alpha = TRUE
: Add a row on the
dispersion parameter for negative binomial
models (possibly empty)
add_sigma = TRUE
: Add a row on the
estimated standard deviation (see sigma)
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.