Print a summary of estimation results for each estimated model.
For each model, this method prints a header indicating the fixed-effects and the dependent variable, followed by a table of coefficient estimates with standard errors, t-values, and p-values.
Parameters
Name
Type
Description
Default
models
Feols, Fepois, Feiv, FixestMulti, or list
A fitted model object, or a list of Feols, Fepois, and Feiv models.
required
digits
int
The number of decimal places to round the summary statistics to. Default is 3.
3
inference_type
regular
Type of coefficient-wise inference to report, handled the same way as in tidy(). Only "regular" is currently available. Defaults to "regular".