Description Usage Arguments Value
View source: R/extract_coeff.R
Methods to extract coefficients and related information from statistical models
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 | extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## Default S3 method:
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'fastLm'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'light.glm'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'oglmx'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'light.zeroinfl'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'fastzeroinfl'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'mindist'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'nnet'
extract_coeff(object, digits = max(3L, getOption("digits") - 3L), ...)
|
object |
Regression objects |
... |
Additional parameters |
Coefficients ready to be merged to produce a latex table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.