Learn R Programming

fixest (version 0.12.1)

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

Value

Returns a matrix (coeftable) or vectors.

Arguments

object

An estimation (fitted model object), e.g. a fixest object.

...

Other arguments to the methods.

See Also

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

Examples

Run this code

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

Run the code above in your browser using DataLab