coeftable | R Documentation |
Methods to extracts the coefficients table and its sub-components from an estimation.
coeftable(object, ...)
se(object, ...)
pvalue(object, ...)
tstat(object, ...)
object |
An estimation (fitted model object), e.g. a |
... |
Other arguments to the methods. |
Returns a matrix (coeftable
) or vectors.
Please look at the coeftable.fixest
page for more detailed information.
est = lm(mpg ~ cyl, mtcars)
coeftable(est)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.