coeftable {fixest} | R Documentation |
Extracts the coefficients table from an estimation
Description
Methods to extracts the coefficients table and its sub-components from an estimation.
Usage
coeftable(object, ...)
se(object, ...)
pvalue(object, ...)
tstat(object, ...)
Arguments
object |
An estimation (fitted model object), e.g. a |
... |
Other arguments to the methods. |
Value
Returns a matrix (coeftable
) or vectors.
See Also
Please look at the coeftable.fixest
page for more detailed information.
Examples
est = lm(mpg ~ cyl, mtcars)
coeftable(est)
[Package fixest version 0.12.1 Index]