FixedEffectModels.jl icon indicating copy to clipboard operation
FixedEffectModels.jl copied to clipboard

Print name of dependent variable in FixedEffectModel results display?

Open mcreel opened this issue 1 year ago • 1 comments

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!

mcreel avatar Jun 01 '23 07:06 mcreel

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

moshialam avatar Oct 03 '23 15:10 moshialam