FixedEffects / FixedEffectModels.jl

Fast Estimation of Linear Models with IV and High Dimensional Categorical Variables
Other
225 stars 46 forks source link

Print name of dependent variable in FixedEffectModel results display? #237

Open mcreel opened 1 year ago

mcreel commented 1 year ago

The results display does not include the name of the dependent variable. For a series of regressions, or looking at results after time has gone by, it can be confusing to know what model the results are for. I suggest adding the dep variable name at the top of the results.

Thanks for the package!

moshialam commented 11 months ago

You can use ‘@info’ from the Logging package to display the outcome variable, as a temporary (though verbose) work around.