powered by
Displays summary information on fixest_multi objects in the R console.
# S3 method for fixest_multi print(x, ...)
A fixest_multi object, obtained from a fixest estimation leading to multiple results.
fixest_multi
fixest
Other arguments to be passed to summary.fixest_multi.
summary.fixest_multi
The main fixest estimation functions: feols, fepois, fenegbin, feglm, feNmlm. Tools for mutliple fixest estimations: summary.fixest_multi, print.fixest_multi, as.list.fixest_multi, sub-sub-.fixest_multi, sub-.fixest_multi, cash-.fixest_multi.
feols
fepois
fenegbin
feglm
feNmlm
print.fixest_multi
as.list.fixest_multi
sub-sub-.fixest_multi
sub-.fixest_multi
cash-.fixest_multi
# NOT RUN { base = iris names(base) = c("y", "x1", "x2", "x3", "species") # Multiple estimation res = feols(y ~ csw(x1, x2, x3), base, split = ~species) # Let's print all that res # }
Run the code above in your browser using DataLab