Hi all,
I have a data set that has “treatment”, “year” variables
I use the below code to run a regression.
reghdfe labour i.treatment##ib(2011).year, absorb(global_id year ) vce(cluster global_id)
outreg2 using Output.xls, label ctitle("labour") word addtext(Year FE, YES Treat FE, YES) keep (1.treatment##i.year)
coefplot, vertical nolabel drop(_cons) keep(1.treatment*) yline(0) title("Labour-2011b_reghdfe")
I have an issue with coefplot command. The name of variables “1.treatment##i.year” is too long, so they overlap when they are displayed in X-axis
What do I do to rename the variables before I execute “coefplot” command?
Tks.
Hut
Related Posts with Rename variables before run "coefplot"
output all unlabeled values of variables with value labelHi! How may I select all unlabeled values of variables which - except for those values - have a val…
R-sq and adj R-sq in xtreg, fixed effectDear all, I am currently working on a panel data set in which i create a regression by code xtreg x…
pubbias command in midas not workingHi, I am using midas command to do meta analysis of diagnostic accuracy studies. All commands are wo…
sttocc matching for both analysis time and calendar time - nested case control studyHi folks, Apologies in advance for the rookie question! I am designing a nested case-control study …
ITSA - segmented regression in StataHi all and Ariel Linden I was going through the UCLA page on how to do peicewise regression in Stat…
Subscribe to:
Post Comments (Atom)
0 Response to Rename variables before run "coefplot"
Post a Comment