coeftable function

Extracts the coefficients table from an estimation

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, ...)

Arguments

  • object: An estimation (fitted model object), e.g. a fixest object.
  • ...: Other arguments to the methods.

Returns

Returns a matrix (coeftable) or vectors.

Examples

est = lm(mpg ~ cyl, mtcars) coeftable(est)

See Also

Please look at the coeftable.fixest page for more detailed information.