Hi, this is a small insight into my regression output using esstab:
Array
I would like to change the current variable names, for example:
UK_dummy=1 to UK
Wave=2 to Second Period
UK_dummy =1 # Wave=2 to UK x Second Period

I tried running the line of code:
esttab, label nonumber title("Regression Output") coeflabel(UK_dummy=1 "UK")

but it came with an error message, saying:
=exp not allowed.

How would I go about changing the labels in a different way? Thank you