lrberge / fixest

Fixed-effects estimations
https://lrberge.github.io/fixest/
361 stars 59 forks source link

Allow print method for etable_df to occupy entire width #501

Open turbanisch opened 1 month ago

turbanisch commented 1 month ago

When I print regression output to the console with etable(est), the output is rather narrow and many lines (such as the first one here) are truncated:

                      rhs: ac.. rhs: ac...1 rhs: a..1 rhs: ac...2

This is the case even when I increase the width using options(). This begs the questions: