coeftable: Extracts the coefficients table from an estimation

View source: R/Methods.R

coeftableR 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 fixest object.

...

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)


fixest documentation built on Nov. 24, 2023, 5:11 p.m.