Extracts the coefficients table from an estimation
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 fixest
object....
: Other arguments to the methods.Returns a matrix (coeftable
) or vectors.
est = lm(mpg ~ cyl, mtcars) coeftable(est)
Please look at the coeftable.fixest
page for more detailed information.
Useful links